Completed
Pull Request — master (#248)
by Rudie
05:43
created
src/Kris/LaravelFormBuilder/Fields/FormField.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -197,8 +197,8 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * Transform array like syntax to dot syntax
199 199
      *
200
-     * @param $key
201
-     * @return mixed
200
+     * @param string $key
201
+     * @return string
202 202
      */
203 203
     protected function transformKey($key)
204 204
     {
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
     /**
310 310
      * Get single option from options array. Can be used with dot notation ('attr.class')
311 311
      *
312
-     * @param        $option
312
+     * @param        string $option
313 313
      * @param mixed  $default
314 314
      *
315 315
      * @return mixed
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
     /**
590 590
      * Get this field's attributes, probably just one.
591 591
      *
592
-     * @return array
592
+     * @return string[]
593 593
      */
594 594
     public function getAllAttributes()
595 595
     {
Please login to merge, or discard this patch.