Completed
Pull Request — 4.0 (#4642)
by
unknown
04:44
created
src/Eccube/Controller/NonMemberShoppingController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
         ];
286 286
 
287 287
         if ($this->baseInfo->isOptionRequireKana()) {
288
-            $kanaValidators []= new Assert\NotBlank();
288
+            $kanaValidators [] = new Assert\NotBlank();
289 289
         }
290 290
 
291 291
         $data['customer_kana01'] = mb_convert_kana($data['customer_kana01'], 'CV', 'utf-8');
Please login to merge, or discard this patch.