This commit is contained in:
xl
2023-05-26 16:09:51 +08:00
parent d980f35f9b
commit 606cf4e154
+1 -1
View File
@@ -243,7 +243,7 @@ class ConstrictRequest extends Message implements RequestInterface, ServerReques
public function getServerParams(): array public function getServerParams(): array
{ {
// TODO: Implement getServerParams() method. // TODO: Implement getServerParams() method.
return $this->serverParams = []; return $this->serverParams;
} }