Completed
Push — fix/composer-config ( c2479a )
by Kiyotaka
04:33
created
src/Eccube/Form/Type/PhoneNumberType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     public function configureOptions(OptionsResolver $resolver)
58 58
     {
59 59
         $eccubeConfig = $this->eccubeConfig;
60
-        $constraints = function(Options $options) use ($eccubeConfig) {
60
+        $constraints = function (Options $options) use ($eccubeConfig) {
61 61
             $constraints = [];
62 62
             // requiredがtrueに指定されている場合, NotBlankを追加
63 63
             if (isset($options['required']) && true === $options['required']) {
Please login to merge, or discard this patch.