From 2150dcab442aa87fd7caca239773c8d8dd88ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 2 Aug 2021 11:18:03 +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/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index ab68fbe0..431c773a 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -89,7 +89,7 @@ class Request extends HttpService /** * @return mixed */ - public function getStartTime() + public function getStartTime(): mixed { return $this->headers->get('request_time_float'); }