@@ -476,7 +476,7 @@ discard block |
||
| 476 | 476 | * Set single form option on form. |
| 477 | 477 | * |
| 478 | 478 | * @param string $option |
| 479 | - * @param mixed $value |
|
| 479 | + * @param boolean $value |
|
| 480 | 480 | * |
| 481 | 481 | * @return $this |
| 482 | 482 | */ |
@@ -908,7 +908,7 @@ discard block |
||
| 908 | 908 | /** |
| 909 | 909 | * Get template from options if provided, otherwise fallback to config. |
| 910 | 910 | * |
| 911 | - * @return mixed |
|
| 911 | + * @return string |
|
| 912 | 912 | */ |
| 913 | 913 | protected function getTemplate() |
| 914 | 914 | { |
@@ -918,7 +918,7 @@ discard block |
||
| 918 | 918 | /** |
| 919 | 919 | * Get fields template from options if provided, otherwise fallback to config |
| 920 | 920 | * |
| 921 | - * @return mixed |
|
| 921 | + * @return string |
|
| 922 | 922 | */ |
| 923 | 923 | protected function getFieldsTemplate() |
| 924 | 924 | { |