@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | * "http://www.mydomain.com/user/profile", useful as people had problems with the RELATIVE URL path generated |
16 | 16 | * by Redirect::to() when using HUGE inside sub-folders. |
17 | 17 | * |
18 | - * @param $path string |
|
18 | + * @param string $path string |
|
19 | 19 | */ |
20 | 20 | public static function toPreviousViewedPageAfterLogin($path) |
21 | 21 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * @see https://github.com/panique/huge/issues/770 |
40 | 40 | * @see https://github.com/panique/huge/issues/754 |
41 | 41 | * |
42 | - * @param $path string |
|
42 | + * @param string $path string |
|
43 | 43 | */ |
44 | 44 | public static function to($path) |
45 | 45 | { |