改名
This commit is contained in:
@@ -24,9 +24,9 @@ class HtmlFormatter extends Application implements IFormatter
|
||||
public $data;
|
||||
|
||||
/** @var Response */
|
||||
public $status;
|
||||
public Response $status;
|
||||
|
||||
public $header = [];
|
||||
public array $header = [];
|
||||
|
||||
/**
|
||||
* @param $data
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Time: 01:04
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
//declare(strict_types=1);
|
||||
|
||||
namespace Snowflake\Core;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user