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; } /**