@@ -440,7 +440,7 @@ discard block |
||
440 | 440 | * Set single form option on form |
441 | 441 | * |
442 | 442 | * @param string $option |
443 | - * @param mixed $value |
|
443 | + * @param boolean $value |
|
444 | 444 | * |
445 | 445 | * @return $this |
446 | 446 | */ |
@@ -474,8 +474,8 @@ discard block |
||
474 | 474 | /** |
475 | 475 | * Get an option from provided options and call method with that value |
476 | 476 | * |
477 | - * @param $name |
|
478 | - * @param $method |
|
477 | + * @param string $name |
|
478 | + * @param string $method |
|
479 | 479 | */ |
480 | 480 | protected function pullFromOptions($name, $method) |
481 | 481 | { |
@@ -799,7 +799,7 @@ discard block |
||
799 | 799 | * Get the 'lookup' key for a localizable label name |
800 | 800 | * |
801 | 801 | * @param string $label |
802 | - * @return $this |
|
802 | + * @return string |
|
803 | 803 | */ |
804 | 804 | public function getLocalizableName($label) |
805 | 805 | { |
@@ -849,7 +849,7 @@ discard block |
||
849 | 849 | /** |
850 | 850 | * Get template from options if provided, otherwise fallback to config |
851 | 851 | * |
852 | - * @return mixed |
|
852 | + * @return string |
|
853 | 853 | */ |
854 | 854 | protected function getTemplate() |
855 | 855 | { |