Failed Conditions
Pull Request — master (#1513)
by Lam
33:18
created
src/Eccube/Controller/ShoppingController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -669,7 +669,7 @@
 block discarded – undo
669 669
         //check is member or not and set header title
670 670
         //lammn added 2016/03/03
671 671
         if ($app->isGranted('IS_AUTHENTICATED_FULLY')) {
672
-           $title = "お届け先の追加";//is member
672
+            $title = "お届け先の追加";//is member
673 673
         }else{
674 674
             $title = "お届け先の変更";//non member
675 675
         }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -670,7 +670,7 @@
 block discarded – undo
670 670
         //lammn added 2016/03/03
671 671
         if ($app->isGranted('IS_AUTHENTICATED_FULLY')) {
672 672
            $title = "お届け先の追加";//is member
673
-        }else{
673
+        } else{
674 674
             $title = "お届け先の変更";//non member
675 675
         }
676 676
         // 配送先住所最大値判定
Please login to merge, or discard this patch.