Completed
Push — master ( 65fa37...c7bb09 )
by Song
02:44
created
src/Grid/Column.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * Get name of this column.
359 359
      *
360
-     * @return mixed
360
+     * @return string
361 361
      */
362 362
     public function getName()
363 363
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     /**
396 396
      * Get label of the column.
397 397
      *
398
-     * @return mixed
398
+     * @return string
399 399
      */
400 400
     public function getLabel()
401 401
     {
@@ -900,7 +900,6 @@  discard block
 block discarded – undo
900 900
     /**
901 901
      * Grid inline date picker.
902 902
      *
903
-     * @param string $format
904 903
      *
905 904
      * @return $this
906 905
      */
@@ -912,7 +911,6 @@  discard block
 block discarded – undo
912 911
     /**
913 912
      * Grid inline time picker.
914 913
      *
915
-     * @param string $format
916 914
      *
917 915
      * @return $this
918 916
      */
Please login to merge, or discard this patch.