From 3fa99c6a996d92032944dd64f6f150e9661b2336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 16 Nov 2020 14:22:38 +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/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index 6ad2a412..bd14444d 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -48,7 +48,7 @@ class Response extends Application self::HTML => HtmlFormatter::class ]; - public $fd = 0; + public int $fd = 0; /** * @param $format