Engine::_getUrl() docblock fixed

pull/515/head
fadrian06 1 year ago
parent 9cd5b9dc0d
commit dc5f1a9c08

@ -707,9 +707,8 @@ class Engine
/** /**
* Gets a url from an alias that's supplied. * Gets a url from an alias that's supplied.
* *
* @param string $alias the route alias * @param string $alias the route alias.
* @param array<string,mixed> the params for the route if applicable * @param array<string, mixed> $params The params for the route if applicable.
* @return string
*/ */
public function _getUrl(string $alias, array $params = []): string public function _getUrl(string $alias, array $params = []): string
{ {

Loading…
Cancel
Save