Completed
Pull Request — master (#1504)
by Kentaro
41:35
created
src/Eccube/Form/Type/Admin/SecurityType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                     new Assert\Length(array('max' => $this->config['stext_len'])),
57 57
                     new Assert\Regex(array(
58 58
                         'pattern' => "/^[0-9a-zA-Z]+$/",
59
-                   )),
59
+                    )),
60 60
                 ),
61 61
             ))
62 62
             ->add('admin_allow_host', 'textarea', array(
Please login to merge, or discard this patch.