Failed Conditions
Pull Request — 4.0 (#3452)
by k-yamamura
298:21 queued 232:10
created
src/Eccube/Controller/Admin/AdminController.php 1 patch
Doc Comments   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -389,7 +389,6 @@  discard block
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-     * @param \Doctrine\ORM\EntityManagerInterface $em
393 392
      * @param array $excludes
394 393
      *
395 394
      * @return null|Request
@@ -422,8 +421,8 @@  discard block
 block discarded – undo
422 421
     }
423 422
 
424 423
     /**
425
-     * @param $dateTime
426
-     * @return array|mixed
424
+     * @param \DateTime $dateTime
425
+     * @return null|Request
427 426
      * @throws \Doctrine\ORM\NonUniqueResultException
428 427
      */
429 428
     private function getSalesByDay($dateTime)
@@ -458,8 +457,8 @@  discard block
 block discarded – undo
458 457
     }
459 458
 
460 459
     /**
461
-     * @param $dateTime
462
-     * @return array|mixed
460
+     * @param \DateTime $dateTime
461
+     * @return null|Request
463 462
      * @throws \Doctrine\ORM\NonUniqueResultException
464 463
      */
465 464
     private function getSalesByMonth($dateTime)
@@ -496,7 +495,7 @@  discard block
 block discarded – undo
496 495
     /**
497 496
      * 在庫切れ商品数を取得
498 497
      *
499
-     * @return mixed
498
+     * @return null|Request
500 499
      *
501 500
      * @throws \Doctrine\ORM\NonUniqueResultException
502 501
      */
@@ -514,7 +513,7 @@  discard block
 block discarded – undo
514 513
     /**
515 514
      * 商品数を取得
516 515
      *
517
-     * @return mixed
516
+     * @return null|Request
518 517
      *
519 518
      * @throws \Doctrine\ORM\NonUniqueResultException
520 519
      */
@@ -531,7 +530,7 @@  discard block
 block discarded – undo
531 530
     /**
532 531
      * 本会員数を取得
533 532
      *
534
-     * @return mixed
533
+     * @return null|Request
535 534
      *
536 535
      * @throws \Doctrine\ORM\NonUniqueResultException
537 536
      */
@@ -550,7 +549,7 @@  discard block
 block discarded – undo
550 549
      *
551 550
      * @param Carbon $fromDate
552 551
      * @param Carbon $toDate
553
-     * @param $format
552
+     * @param string $format
554 553
      *
555 554
      * @return array
556 555
      */
Please login to merge, or discard this patch.