Completed
Push — master ( 936d32...358572 )
by Kristijan
19s
created
src/Kris/LaravelFormBuilder/Fields/FormField.php 1 patch
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
      * Transform array like syntax to dot syntax.
242 242
      *
243 243
      * @param string $key
244
-     * @return mixed
244
+     * @return string
245 245
      */
246 246
     protected function transformKey($key)
247 247
     {
@@ -703,7 +703,7 @@  discard block
 block discarded – undo
703 703
     /**
704 704
      * Get this field's attributes, probably just one.
705 705
      *
706
-     * @return array
706
+     * @return string[]
707 707
      */
708 708
     public function getAllAttributes()
709 709
     {
@@ -884,7 +884,7 @@  discard block
 block discarded – undo
884 884
     /**
885 885
      * Method used to set FiltersOverride status to provided value.
886 886
      *
887
-     * @param $status
887
+     * @param boolean $status
888 888
      *
889 889
      * @return \Kris\LaravelFormBuilder\Fields\FormField
890 890
      */
@@ -929,6 +929,8 @@  discard block
 block discarded – undo
929 929
     /**
930 930
      * Get config from the form.
931 931
      *
932
+     * @param string $key
933
+     * @param string $default
932 934
      * @return mixed
933 935
      */
934 936
     private function getConfig($key = null, $default = null)
Please login to merge, or discard this patch.