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 - in Bundle/…/CacheWarmer/I18nCacheDriver.php, line 8 #24

Closed
lenybernard opened this issue Dec 5, 2014 · 0 comments

Comments

@lenybernard
Copy link
Contributor

in Bundle/I18nBundle/CacheWarmer/I18nCacheDriver.php, line 8

The class Doctrine\Common\Annotations\CachedReader is declared but never used. You should remove the use statement.

use Doctrine\ORM\Mapping\Driver\AnnotationDriver;

use Doctrine\Common\Cache\Cache,
    Doctrine\Common\Cache\ArrayCache,
    Doctrine\Common\Annotations\CachedReader;

/**
 * undocumented class
 *
 **/

Posted from SensioLabsInsight

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

2 participants