Completed
Push — master ( 4ca583...a67af2 )
by Song
02:43
created
src/Grid/Column.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     /**
360 360
      * Get name of this column.
361 361
      *
362
-     * @return mixed
362
+     * @return string
363 363
      */
364 364
     public function getName()
365 365
     {
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
     /**
398 398
      * Get label of the column.
399 399
      *
400
-     * @return mixed
400
+     * @return string
401 401
      */
402 402
     public function getLabel()
403 403
     {
@@ -535,7 +535,7 @@  discard block
 block discarded – undo
535 535
      * Display using display abstract.
536 536
      *
537 537
      * @param string $abstract
538
-     * @param array  $arguments
538
+     * @param string[]  $arguments
539 539
      *
540 540
      * @return $this
541 541
      */
Please login to merge, or discard this patch.
src/Grid/Displayers/AbstractDisplayer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @param mixed $key
82
+     * @param string $key
83 83
      * @return mixed
84 84
      */
85 85
     public function getAttribute($key)
Please login to merge, or discard this patch.