null为php7的关键字

This commit is contained in:
yunwuxin
2016-04-06 11:08:51 +08:00
parent 0d55a6bc01
commit 1daf055f56

View File

@@ -14,7 +14,7 @@ namespace think\console\output;
use think\console\Output;
class Null extends Output
class Nothing extends Output
{
/** @noinspection PhpMissingParentConstructorInspection */
public function __construct()