This commit is contained in:
2020-10-29 11:10:26 +08:00
parent 996e20603c
commit 37696b4d7f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ class HtmlFormatter extends Application implements IFormatter
public $data; public $data;
/** @var Response */ /** @var Response */
public $status; public Response $status;
public $header = []; public array $header = [];
/** /**
* @param $data * @param $data
+1 -1
View File
@@ -6,7 +6,7 @@
* Time: 01:04 * Time: 01:04
*/ */
declare(strict_types=1); //declare(strict_types=1);
namespace Snowflake\Core; namespace Snowflake\Core;