diff --git a/flight/Engine.php b/flight/Engine.php index 44affc1..85ae34d 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -707,9 +707,8 @@ class Engine /** * Gets a url from an alias that's supplied. * - * @param string $alias the route alias - * @param array the params for the route if applicable - * @return string + * @param string $alias the route alias. + * @param array $params The params for the route if applicable. */ public function _getUrl(string $alias, array $params = []): string {