| Total Complexity | 8 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class UrlHelper |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param mixed $url |
||
| 15 | * @return string |
||
| 16 | * @throws InvalidArgumentException |
||
| 17 | */ |
||
| 18 | public static function to($url = ''): string |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param array $route |
||
| 31 | * @return string |
||
| 32 | * @throws InvalidArgumentException |
||
| 33 | */ |
||
| 34 | public static function toRoute(array $route): string |
||
| 67 |