Failed Conditions
Push — master ( 660616...b19e2b )
by Kentaro
48:07
created
src/Eccube/Controller/Install/InstallController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -347,6 +347,9 @@
 block discarded – undo
347 347
         flush();
348 348
     }
349 349
 
350
+    /**
351
+     * @param InstallApplication $app
352
+     */
350 353
     private function checkModules($app)
351 354
     {
352 355
         foreach ($this->required_modules as $module) {
Please login to merge, or discard this patch.
src/Eccube/Controller/ShoppingController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -1373,7 +1373,6 @@
 block discarded – undo
1373 1373
     /**
1374 1374
      * フォームの情報からお届け先のインデックスを返す
1375 1375
      *
1376
-     * @param Application $app
1377 1376
      * @param mixed $CustomerAddressData
1378 1377
      * @return int
1379 1378
      */
Please login to merge, or discard this patch.
src/Eccube/Service/CartService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
     }
232 232
 
233 233
     /**
234
-     * @param  \Eccube\Entity\ProductClass|integer $ProductClass
234
+     * @param  string $ProductClass
235 235
      * @param  integer $quantity
236 236
      * @return \Eccube\Service\CartService
237 237
      * @throws CartException
@@ -658,7 +658,7 @@  discard block
 block discarded – undo
658 658
      * 在庫数と販売制限数ともに個数が超えていれば、少ない方を適用させてメッセージを表示する
659 659
      *
660 660
      * @param ProductClass $ProductClass
661
-     * @param $productName
661
+     * @param string $productName
662 662
      * @param $quantity
663 663
      * @return int チェック後に更新した個数
664 664
      */
Please login to merge, or discard this patch.