@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | /** |
| 58 | 58 | * Get the current layout. |
| 59 | 59 | * |
| 60 | - * @return mixed |
|
| 60 | + * @return \Illuminate\View\View |
|
| 61 | 61 | */ |
| 62 | 62 | public function getLayout() |
| 63 | 63 | { |
@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | /** |
| 134 | 134 | * Return the details of the view resolution for troubleshooting. |
| 135 | 135 | * |
| 136 | - * @return mixed |
|
| 136 | + * @return Models\ViewModel |
|
| 137 | 137 | */ |
| 138 | 138 | public function debug() |
| 139 | 139 | { |