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>
in src/Form/Type/Install/Settings.php, line 15
Posted from SensioLabsInsight