From 797f64d7566799a2c73ef835a7163003d1e3122a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 8 Jan 2021 11:04:48 +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/Client/Result.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HttpServer/Client/Result.php b/HttpServer/Client/Result.php index ce2b1ac2..1456c0b0 100644 --- a/HttpServer/Client/Result.php +++ b/HttpServer/Client/Result.php @@ -70,13 +70,10 @@ class Result /** * @param $name * @param $value - * @return $this */ - public function __set($name, $value): static + public function __set($name, $value) { $this->$name = $value; - - return $this; } /**