diff --git a/HttpServer/Route/Dispatch/Dispatch.php b/HttpServer/Route/Dispatch/Dispatch.php index 87e04a1c..4313da72 100644 --- a/HttpServer/Route/Dispatch/Dispatch.php +++ b/HttpServer/Route/Dispatch/Dispatch.php @@ -19,7 +19,7 @@ class Dispatch { /** @var Closure|array */ - protected Closure|array $handler; + protected $handler; protected Request $request;