@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | * Returns template name for render, based on type of request |
| 53 | 53 | * |
| 54 | 54 | * @param string $type |
| 55 | - * @return array |
|
| 55 | + * @return string|false |
|
| 56 | 56 | */ |
| 57 | 57 | public static function get_available_template($type) { |
| 58 | 58 | |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * Returns list of templates to check, based on type of request |
| 88 | 88 | * |
| 89 | 89 | * @param string $type |
| 90 | - * @return array |
|
| 90 | + * @return string[] |
|
| 91 | 91 | */ |
| 92 | 92 | private static function get_request_templates_list($type) { |
| 93 | 93 | |
@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | /** |
| 285 | 285 | * Returns classy template name or boolean if this is not classy template |
| 286 | 286 | * |
| 287 | - * @return mixed |
|
| 287 | + * @return string|false |
|
| 288 | 288 | */ |
| 289 | 289 | public static function get_classy_template() { |
| 290 | 290 | |
@@ -373,6 +373,7 @@ discard block |
||
| 373 | 373 | /** |
| 374 | 374 | * Returns available template, based on page argument |
| 375 | 375 | * |
| 376 | + * @param string $page |
|
| 376 | 377 | * @return string |
| 377 | 378 | */ |
| 378 | 379 | public static function get_blade_template($page = null) { |