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.
src/Eccube/Command/PluginCommand/EntityFromYamlGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
         $this->paramList = array(
161 161
             'pluginCode' => array(
162 162
                 'no' => 1,
163
-                 'label' => '[+]Plugin Code: ',
163
+                    'label' => '[+]Plugin Code: ',
164 164
                 'value' => null,
165 165
                 'name' => '[+]Please enter Plugin Name (only pascal case letters numbers and allowed)',
166 166
                 'validation' => array(
Please login to merge, or discard this patch.