Skip to content

Commit 3f35699

Browse files
authored
Corrected case of URLAlias in UrlAliasRouter and updated phpstan baseline (#716)
* [PHPStan] Removed resolved issue from the baseline This reverts commit 235575c. * Corrected case of URLAlias in UrlAliasRouter and updated phpstan baseline
1 parent 235575c commit 3f35699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/MVC/Symfony/Routing/UrlAliasRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected function needsCaseRedirect(URLAlias $loadedUrlAlias, string $requested
135135
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException if the path does not exist or is not valid for the given language
136136
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException
137137
*/
138-
protected function getUrlAlias(string $pathInfo): UrlAlias
138+
protected function getUrlAlias(string $pathInfo): URLAlias
139139
{
140140
return $this->urlAliasService->lookup($pathInfo);
141141
}

0 commit comments

Comments
 (0)