Completed
Pull Request — master (#4709)
by
unknown
02:27
created
src/Grid/Model.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
     /**
467 467
      * Resolve perPage for pagination.
468 468
      *
469
-     * @param array|null $paginate
469
+     * @param Model $paginate
470 470
      *
471 471
      * @return array
472 472
      */
@@ -496,7 +496,7 @@  discard block
 block discarded – undo
496 496
     /**
497 497
      * Find query by method name.
498 498
      *
499
-     * @param $method
499
+     * @param string $method
500 500
      *
501 501
      * @return static
502 502
      */
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
      *
621 621
      * @throws \Exception
622 622
      *
623
-     * @return array
623
+     * @return string[]
624 624
      */
625 625
     protected function joinParameters(Relation $relation)
626 626
     {
@@ -649,7 +649,7 @@  discard block
 block discarded – undo
649 649
 
650 650
     /**
651 651
      * @param string $method
652
-     * @param array  $arguments
652
+     * @param integer[]  $arguments
653 653
      *
654 654
      * @return $this
655 655
      */
Please login to merge, or discard this patch.