Failed Conditions
Push — master ( 27ab61...b61ce7 )
by Yangsin
44:29
created
src/Eccube/Command/PluginCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Symfony\Component\Form\AbstractType;
28 28
 use Symfony\Component\Form\Extension\Core\Type;
29 29
 use Symfony\Component\Form\FormBuilderInterface;
30
-use Symfony\Component\Validator\Constraints as Assert;
31 30
 
32 31
 class SearchProductType extends AbstractType
33 32
 {
Please login to merge, or discard this patch.
src/Eccube/Command/PluginCommand/AbstractPluginGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Eccube\Command\PluginCommand;
26 26
 
27
-use Eccube\Common\Constant;
28 27
 use Symfony\Component\Console\Question\Question;
29 28
 
30 29
 abstract class AbstractPluginGenerator
Please login to merge, or discard this patch.