anime-db / catalog-bundle

Catalog anime
GNU General Public License v3.0
0 stars 1 forks source link

[Insight] Unused use statement should be avoided - in src/Menu/Builder.php, line 11 #238

Closed peter-gribanov closed 8 years ago

peter-gribanov commented 8 years ago

in src/Menu/Builder.php, line 11

The class AnimeDb\Bundle\CatalogBundle\Plugin\PluginInMenuInterface is declared but never used. You should remove the use statement.

 * @copyright Copyright (c) 2011, Peter Gribanov
 * @license   http://opensource.org/licenses/GPL-3.0 GPL v3
 */
namespace AnimeDb\Bundle\CatalogBundle\Menu;

use AnimeDb\Bundle\CatalogBundle\Plugin\PluginInMenuInterface;
use Knp\Menu\FactoryInterface;
use Knp\Menu\ItemInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
use AnimeDb\Bundle\CatalogBundle\Plugin\Chain;
use AnimeDb\Bundle\CatalogBundle\Entity\Item;

Posted from SensioLabsInsight