Fix typo in parameter type name in ControllerMap
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Jun 2022 12:19:39 +0000 (14:19 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Jun 2022 12:19:39 +0000 (14:19 +0200)
see a3ae99cdfc70906b0ffffa51df4e3a060141dff2

wcfsetup/install/files/lib/system/request/ControllerMap.class.php

index bb7c00a4b55e19efb71a1799f31cf40ce04ff939..0c024fca8bac37921d58b8ee1cf029e4981680f7 100644 (file)
@@ -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.');