Completed
Pull Request — master (#3346)
by
unknown
03:02
created
src/Form/Field.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
     /**
248 248
      * Field constructor.
249 249
      *
250
-     * @param       $column
250
+     * @param       string $column
251 251
      * @param array $arguments
252 252
      */
253 253
     public function __construct($column, $arguments = [])
@@ -538,7 +538,7 @@  discard block
 block discarded – undo
538 538
 
539 539
     /**
540 540
      *
541
-     * @param string|array|Closure|null $input
541
+     * @param callable|null $input
542 542
      * @param string|array $original
543 543
      *
544 544
      * @return array|Closure
@@ -736,7 +736,7 @@  discard block
 block discarded – undo
736 736
     /**
737 737
      * Set or get value of the field.
738 738
      *
739
-     * @param null $value
739
+     * @param string $value
740 740
      *
741 741
      * @return mixed
742 742
      */
@@ -907,7 +907,7 @@  discard block
 block discarded – undo
907 907
     /**
908 908
      * Add html attributes to elements.
909 909
      *
910
-     * @param array|string $attribute
910
+     * @param string $attribute
911 911
      * @param mixed        $value
912 912
      *
913 913
      * @return $this
@@ -1244,7 +1244,7 @@  discard block
 block discarded – undo
1244 1244
     }
1245 1245
 
1246 1246
     /**
1247
-     * @param array $labelClass
1247
+     * @param string[] $labelClass
1248 1248
      *
1249 1249
      * @return self
1250 1250
      */
@@ -1299,7 +1299,7 @@  discard block
 block discarded – undo
1299 1299
      *
1300 1300
      * @param string $view
1301 1301
      *
1302
-     * @return string
1302
+     * @return Field
1303 1303
      */
1304 1304
     public function setView($view)
1305 1305
     {
Please login to merge, or discard this patch.