Completed
Push — master ( 161fc8...c8b749 )
by Song
02:30
created
src/Grid/Column.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Extend column displayer.
168 168
      *
169
-     * @param $name
169
+     * @param string $name
170 170
      * @param $displayer
171 171
      */
172 172
     public static function extend($name, $displayer)
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     /**
201 201
      * Set model for column.
202 202
      *
203
-     * @param $model
203
+     * @param Model $model
204 204
      */
205 205
     public function setModel($model)
206 206
     {
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
     /**
285 285
      * Get name of this column.
286 286
      *
287
-     * @return mixed
287
+     * @return string
288 288
      */
289 289
     public function getName()
290 290
     {
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
     /**
313 313
      * Get label of the column.
314 314
      *
315
-     * @return mixed
315
+     * @return string
316 316
      */
317 317
     public function getLabel()
318 318
     {
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
      * Display using display abstract.
400 400
      *
401 401
      * @param string $abstract
402
-     * @param array  $arguments
402
+     * @param Closure[]  $arguments
403 403
      *
404 404
      * @return $this
405 405
      */
Please login to merge, or discard this patch.