@@ -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 | */ |
@@ -132,6 +132,7 @@ discard block |
||
| 132 | 132 | * Returns a new displayable view based on the current configured backpack. |
| 133 | 133 | * |
| 134 | 134 | * @param string (see config/backpack/base.php) |
| 135 | + * @param string $view |
|
| 135 | 136 | * |
| 136 | 137 | * @return string |
| 137 | 138 | */ |