Failed Conditions
Push — experimental/sf ( ae99fe...93516f )
by Ryo
121:08 queued 110:58
created
src/Eccube/Controller/Admin/Content/FileController.php 1 patch
Doc Comments   +13 added lines patch added patch discarded remove patch
@@ -278,6 +278,10 @@  discard block
 block discarded – undo
278 278
         return $paths;
279 279
     }
280 280
 
281
+    /**
282
+     * @param string $topDir
283
+     * @param Request $request
284
+     */
281 285
     private function getTree($topDir, $request)
282 286
     {
283 287
         $finder = Finder::create()->in($topDir)
@@ -314,6 +318,9 @@  discard block
 block discarded – undo
314 318
         return $tree;
315 319
     }
316 320
 
321
+    /**
322
+     * @param string $nowDir
323
+     */
317 324
     private function getFileList($nowDir)
318 325
     {
319 326
         $topDir = $this->getuserDataDir();
@@ -366,6 +373,9 @@  discard block
 block discarded – undo
366 373
         return str_replace('\\', '/', realpath($path));
367 374
     }
368 375
 
376
+    /**
377
+     * @param string $topDir
378
+     */
369 379
     protected function checkDir($targetDir, $topDir)
370 380
     {
371 381
         $targetDir = realpath($targetDir);
@@ -374,6 +384,9 @@  discard block
 block discarded – undo
374 384
         return strpos($targetDir, $topDir) === 0;
375 385
     }
376 386
 
387
+    /**
388
+     * @return string
389
+     */
377 390
     private function convertStrFromServer($target)
378 391
     {
379 392
         if ($this->encode == self::SJIS) {
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Customer/CustomerController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,6 @@
 block discarded – undo
273 273
      *
274 274
      * @Route("/%eccube_admin_route%/customer/export", name="admin_customer_export")
275 275
      *
276
-     * @param Application $app
277 276
      * @param Request $request
278 277
      *
279 278
      * @return StreamedResponse
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Product/CsvImportController.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -784,6 +784,7 @@  discard block
 block discarded – undo
784 784
      *
785 785
      * @param $row
786 786
      * @param Product $Product
787
+     * @param CsvImportService $data
787 788
      */
788 789
     protected function createProductImage($row, Product $Product, $data, $headerByKey)
789 790
     {
@@ -830,7 +831,7 @@  discard block
 block discarded – undo
830 831
      *
831 832
      * @param $row
832 833
      * @param Product $Product
833
-     * @param $data
834
+     * @param CsvImportService $data
834 835
      * @param $headerByKey
835 836
      */
836 837
     protected function createProductCategory($row, Product $Product, $data, $headerByKey)
@@ -950,7 +951,7 @@  discard block
 block discarded – undo
950 951
      *
951 952
      * @param $row
952 953
      * @param Product $Product
953
-     * @param $data
954
+     * @param CsvImportService $data
954 955
      * @param $headerByKey
955 956
      * @param null $ClassCategory1
956 957
      * @param null $ClassCategory2
@@ -1102,7 +1103,7 @@  discard block
 block discarded – undo
1102 1103
      * @param $row
1103 1104
      * @param Product $Product
1104 1105
      * @param ProductClass $ProductClass
1105
-     * @param $data
1106
+     * @param CsvImportService $data
1106 1107
      *
1107 1108
      * @return ProductClass
1108 1109
      */
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Product/ProductController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -976,6 +976,7 @@
 block discarded – undo
976 976
      *
977 977
      * @param \Eccube\Entity\Product $Product
978 978
      * @param \Eccube\Entity\Category $Category
979
+     * @param integer $count
979 980
      *
980 981
      * @return \Eccube\Entity\ProductCategory
981 982
      */
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Product/TagController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
      * @Template("@admin/Product/tag.twig")
44 44
      *
45 45
      * @param Request $request
46
-     * @param Tag|null $Tag
47 46
      *
48 47
      * @return array|\Symfony\Component\HttpFoundation\RedirectResponse
49 48
      */
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Setting/System/LogController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * parse log file
78 78
      *
79
-     * @param $logFile
79
+     * @param string $logFile
80 80
      * @param $formData
81 81
      *
82 82
      * @return array
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Store/TemplateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * @param Request $request
113 113
      * @param \Eccube\Entity\Template $Template
114 114
      *
115
-     * @return mixed
115
+     * @return BinaryFileResponse
116 116
      */
117 117
     public function download(Request $request, \Eccube\Entity\Template $Template)
118 118
     {
Please login to merge, or discard this patch.
src/Eccube/Controller/Install/InstallController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -561,7 +561,6 @@
 block discarded – undo
561 561
     }
562 562
 
563 563
     /**
564
-     * @param array $options
565 564
      *
566 565
      * @return string
567 566
      *
Please login to merge, or discard this patch.
src/Eccube/Controller/NonMemberShoppingController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@
 block discarded – undo
358 358
      *
359 359
      * @param array $data リクエストパラメータ
360 360
      *
361
-     * @return array
361
+     * @return \Symfony\Component\Validator\ConstraintViolationListInterface[]
362 362
      */
363 363
     protected function customerValidation(array &$data)
364 364
     {
Please login to merge, or discard this patch.