Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Insight] Unused use statement should be avoided #3

Open
juliendidier opened this issue Jun 19, 2013 · 0 comments
Open

[Insight] Unused use statement should be avoided #3

juliendidier opened this issue Jun 19, 2013 · 0 comments
Assignees

Comments

@juliendidier
Copy link
Owner

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;

@ghost ghost assigned juliendidier Jun 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant