Failed Conditions
Push — experimental/3.1 ( 965511...751c7a )
by chihiro
21s
created
src/Eccube/Controller/ShoppingController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      *
101 101
      * @param Application $app
102 102
      * @param Request $request
103
-     * @return mixed
103
+     * @return Response
104 104
      */
105 105
     public function redirectTo(Application $app, Request $request)
106 106
     {
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * DeliveryFeeProcessor constructor.
46 46
      *
47
-     * @param $app
47
+     * @param \Pimple\Container $app
48 48
      */
49 49
     public function __construct($app)
50 50
     {
Please login to merge, or discard this patch.