This commit is contained in:
2021-07-06 17:18:25 +08:00
parent 7fde689244
commit f95f576a52
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use HttpServer\IInterface\IFormatter;
class HtmlFormatter extends HttpService implements IFormatter
{
public $data;
public mixed $data;
/** @var Response */
public Response $status;