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;
in Buzz/Buzz.php, line 6
> The namespace
Buzz\Bundle\BuzzBundle\Exception\BuzzExceptionis declared but never used. You should remove it.