Completed
Pull Request — master (#1281)
by
unknown
02:32
created
src/Form/Field.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * Field constructor.
190 190
      *
191
-     * @param $column
191
+     * @param string $column
192 192
      * @param array $arguments
193 193
      */
194 194
     public function __construct($column, $arguments = [])
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
     /**
388 388
      * Get or set rules.
389 389
      *
390
-     * @param null  $rules
390
+     * @param string  $rules
391 391
      * @param array $messages
392 392
      *
393 393
      * @return $this
@@ -629,8 +629,8 @@  discard block
 block discarded – undo
629 629
     /**
630 630
      * Add html attributes to elements.
631 631
      *
632
-     * @param array|string $attribute
633
-     * @param mixed        $value
632
+     * @param string $attribute
633
+     * @param boolean|string        $value
634 634
      *
635 635
      * @return $this
636 636
      */
Please login to merge, or discard this patch.