Completed
Push — master ( 3fda7f...fe99a9 )
by Song
02:46
created
src/Grid.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      * Get or set option for grid.
222 222
      *
223 223
      * @param string $key
224
-     * @param mixed  $value
224
+     * @param boolean  $value
225 225
      *
226 226
      * @return $this|mixed
227 227
      */
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
     /**
352 352
      * Get the grid paginator.
353 353
      *
354
-     * @return mixed
354
+     * @return Tools\Paginator
355 355
      */
356 356
     public function paginator()
357 357
     {
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
      * Process the grid filter.
538 538
      *
539 539
      * @param bool $toArray
540
-     * @return array|Collection|mixed
540
+     * @return Collection
541 541
      */
542 542
     public function processFilter($toArray = true)
543 543
     {
Please login to merge, or discard this patch.