Failed Conditions
Branch modify-scrutinizeryml (08dddf)
by Kentaro
10:04
created
src/Eccube/Form/Type/NameType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
                 ],
103 103
                 'constraints' => [
104 104
                     new Assert\Length([
105
-                         'max' => $this->eccubeConfig['eccube_name_len'],
105
+                            'max' => $this->eccubeConfig['eccube_name_len'],
106 106
                     ]),
107 107
                     new Assert\Regex([
108 108
                         'pattern' => '/^[^\s ]+$/u',
Please login to merge, or discard this patch.