From 5fd2d23525d67b101928f90859586f9f01cd6d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Dec 2020 17:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Controller.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HttpServer/Controller.php b/HttpServer/Controller.php index 9f76b4a9..dae71db0 100644 --- a/HttpServer/Controller.php +++ b/HttpServer/Controller.php @@ -119,8 +119,7 @@ class Controller extends Application } /** - * @return Request - * @throws Exception + * @return Request|null */ public function getRequest(): ?Request {