Completed
Push — master ( 84753d...7710a3 )
by Song
14s queued 10s
created
src/Grid/Column.php 1 patch
Doc Comments   +3 added lines, -3 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 BaseModel $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
     {
Please login to merge, or discard this patch.