From 20a299b25d15c7178905a3ceb91f4ccb45200b6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 24 Jun 2022 14:19:39 +0200 Subject: [PATCH] Fix typo in parameter type name in ControllerMap see a3ae99cdfc70906b0ffffa51df4e3a060141dff2 --- .../install/files/lib/system/request/ControllerMap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/request/ControllerMap.class.php b/wcfsetup/install/files/lib/system/request/ControllerMap.class.php index bb7c00a4b5..0c024fca8b 100644 --- a/wcfsetup/install/files/lib/system/request/ControllerMap.class.php +++ b/wcfsetup/install/files/lib/system/request/ControllerMap.class.php @@ -126,7 +126,7 @@ final class ControllerMap extends SingletonFactory * * @return array empty array if there is no exact match */ - public function resolveCustomController(string $application, strign $controller): array + public function resolveCustomController(string $application, string $controller): array { if ($controller === '') { throw new \InvalidArgumentException('The given controller must not be empty.'); -- 2.20.1