Completed
Push — master ( 4cd325...0e7ea3 )
by Kristijan
05:44
created
src/Kris/LaravelFormBuilder/Fields/FormField.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -602,7 +602,7 @@  discard block
 block discarded – undo
602 602
     /**
603 603
      * Get this field's attributes, probably just one.
604 604
      *
605
-     * @return array
605
+     * @return string[]
606 606
      */
607 607
     public function getAllAttributes()
608 608
     {
Please login to merge, or discard this patch.