@@ -472,7 +472,7 @@ discard block |
||
472 | 472 | * Set single form option on form |
473 | 473 | * |
474 | 474 | * @param string $option |
475 | - * @param mixed $value |
|
475 | + * @param boolean $value |
|
476 | 476 | * |
477 | 477 | * @return $this |
478 | 478 | */ |
@@ -506,8 +506,8 @@ discard block |
||
506 | 506 | /** |
507 | 507 | * Get an option from provided options and call method with that value |
508 | 508 | * |
509 | - * @param $name |
|
510 | - * @param $method |
|
509 | + * @param string $name |
|
510 | + * @param string $method |
|
511 | 511 | */ |
512 | 512 | protected function pullFromOptions($name, $method) |
513 | 513 | { |
@@ -893,7 +893,7 @@ discard block |
||
893 | 893 | /** |
894 | 894 | * Get template from options if provided, otherwise fallback to config |
895 | 895 | * |
896 | - * @return mixed |
|
896 | + * @return string |
|
897 | 897 | */ |
898 | 898 | protected function getTemplate() |
899 | 899 | { |
@@ -903,7 +903,7 @@ discard block |
||
903 | 903 | /** |
904 | 904 | * Get fields template from options if provided, otherwise fallback to config |
905 | 905 | * |
906 | - * @return mixed |
|
906 | + * @return string |
|
907 | 907 | */ |
908 | 908 | protected function getFieldsTemplate() |
909 | 909 | { |