Completed
Pull Request — 4.0 (#4743)
by k-yamamura
04:36
created
src/Eccube/Form/Type/PostalType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public function configureOptions(OptionsResolver $resolver)
57 57
     {
58 58
         $eccubeConfig = $this->eccubeConfig;
59
-        $constraints = function(Options $options) use ($eccubeConfig) {
59
+        $constraints = function (Options $options) use ($eccubeConfig) {
60 60
             $constraints = [];
61 61
             // requiredがtrueに指定されている場合, NotBlankを追加
62 62
             if (isset($options['required']) && true === $options['required']) {
Please login to merge, or discard this patch.
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.