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/Form/Type/Install/Settings.php, line 15 #236

Closed peter-gribanov closed 8 years ago

peter-gribanov commented 8 years ago

in src/Form/Type/Install/Settings.php, line 15

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


use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\HttpFoundation\Request;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Search\Chain;
use AnimeDb\Bundle\CatalogBundle\Plugin\Fill\Search\SearchInterface;

/**
 * Settings for installation page.
 *
 * @author  Peter Gribanov <info@peter-gribanov.ru>

Posted from SensioLabsInsight