Completed
Push — master ( 7368e4...d53180 )
by Song
02:18
created
src/Grid/Column.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
     /**
219 219
      * Set model for column.
220 220
      *
221
-     * @param $model
221
+     * @param Model $model
222 222
      */
223 223
     public function setModel($model)
224 224
     {
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
     /**
348 348
      * Get name of this column.
349 349
      *
350
-     * @return mixed
350
+     * @return string
351 351
      */
352 352
     public function getName()
353 353
     {
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
     /**
386 386
      * Get label of the column.
387 387
      *
388
-     * @return mixed
388
+     * @return string
389 389
      */
390 390
     public function getLabel()
391 391
     {
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
      * Display using display abstract.
487 487
      *
488 488
      * @param string $abstract
489
-     * @param array  $arguments
489
+     * @param Closure[]  $arguments
490 490
      *
491 491
      * @return $this
492 492
      */
Please login to merge, or discard this patch.