From 938b219138139897389c508126edea77fe5811b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 14:43:59 +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/File.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index 8d6eb985..bd1f3241 100644 --- a/HttpServer/Http/File.php +++ b/HttpServer/Http/File.php @@ -13,10 +13,10 @@ class File { public string $name = ''; - public string $tmp_name = ''; - public string $error = ''; - public string $type = ''; - public string $size = ''; + public mixed $tmp_name = ''; + public mixed $error = ''; + public mixed $type = ''; + public mixed $size = ''; private string $newName = ''; private array $errorInfo = [