@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | * Appends the configured backpack prefix and returns |
6 | 6 | * the URL using the standard Laravel helpers. |
7 | 7 | * |
8 | - * @param $path |
|
8 | + * @param string $path |
|
9 | 9 | * |
10 | 10 | * @return string |
11 | 11 | */ |
@@ -155,6 +155,7 @@ discard block |
||
155 | 155 | * If that view doesn't exist, it will load the one from the original theme. |
156 | 156 | * |
157 | 157 | * @param string (see config/backpack/base.php) |
158 | + * @param string $view |
|
158 | 159 | * |
159 | 160 | * @return string |
160 | 161 | */ |