From dc5f1a9c083f923c9ca2e05b0cd4ea6362a6b967 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 12 Jan 2024 17:36:06 -0400 Subject: [PATCH] Engine::_getUrl() docblock fixed --- flight/Engine.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {