@@ -241,7 +241,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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) |