Completed
Pull Request — experimental/sf (#3452)
by k-yamamura
74:34 queued 09:30
created
src/Eccube/Controller/Admin/AdminController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -482,7 +482,7 @@  discard block
 block discarded – undo
482 482
     /**
483 483
      * 在庫切れ商品数を取得
484 484
      *
485
-     * @return mixed
485
+     * @return null|Request
486 486
      *
487 487
      * @throws \Doctrine\ORM\NonUniqueResultException
488 488
      */
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
     /**
501 501
      * 商品数を取得
502 502
      *
503
-     * @return mixed
503
+     * @return null|Request
504 504
      *
505 505
      * @throws \Doctrine\ORM\NonUniqueResultException
506 506
      */
@@ -517,7 +517,7 @@  discard block
 block discarded – undo
517 517
     /**
518 518
      * 本会員数を取得
519 519
      *
520
-     * @return mixed
520
+     * @return null|Request
521 521
      *
522 522
      * @throws \Doctrine\ORM\NonUniqueResultException
523 523
      */
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
      * @param array $excludes
538 538
      * @param Carbon $fromDate
539 539
      * @param Carbon $toDate
540
-     * @param $format
540
+     * @param string $format
541 541
      *
542 542
      * @return array
543 543
      */
Please login to merge, or discard this patch.