mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
null为php7的关键字
This commit is contained in:
@@ -14,7 +14,7 @@ namespace think\console\output;
|
|||||||
|
|
||||||
use think\console\Output;
|
use think\console\Output;
|
||||||
|
|
||||||
class Null extends Output
|
class Nothing extends Output
|
||||||
{
|
{
|
||||||
/** @noinspection PhpMissingParentConstructorInspection */
|
/** @noinspection PhpMissingParentConstructorInspection */
|
||||||
public function __construct()
|
public function __construct()
|
||||||
Reference in New Issue
Block a user