You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Buzz/Buzz.php, line 6
> The namespace Buzz\Bundle\BuzzBundle\Exception\BuzzException is declared but never used. You should remove it.
<?php
namespace Buzz\Bundle\BuzzBundle\Buzz;
use Buzz\Bundle\BuzzBundle\Buzz\BrowserManager;
use Buzz\Bundle\BuzzBundle\Exception\BuzzException;
class Buzz
{
protected $browsers;
The text was updated successfully, but these errors were encountered:
in Buzz/Buzz.php, line 6
> The namespace
Buzz\Bundle\BuzzBundle\Exception\BuzzException
is declared but never used. You should remove it.The text was updated successfully, but these errors were encountered: