Completed
Pull Request — master (#2153)
by
unknown
03:59
created
src/Form/Field.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     /**
204 204
      * Field constructor.
205 205
      *
206
-     * @param $column
206
+     * @param string $column
207 207
      * @param array $arguments
208 208
      */
209 209
     public function __construct($column, $arguments = [])
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
     /**
338 338
      * custom format form column data when edit.
339 339
      *
340
-     * @param Closure $call
340
+     * @param \Closure $call
341 341
      *
342 342
      * @return [null]
343 343
      */
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
     /**
418 418
      * Get or set rules.
419 419
      *
420
-     * @param null  $rules
420
+     * @param string  $rules
421 421
      * @param array $messages
422 422
      *
423 423
      * @return $this
@@ -663,7 +663,7 @@  discard block
 block discarded – undo
663 663
     /**
664 664
      * Add html attributes to elements.
665 665
      *
666
-     * @param array|string $attribute
666
+     * @param string $attribute
667 667
      * @param mixed        $value
668 668
      *
669 669
      * @return $this
Please login to merge, or discard this patch.