From 1daf055f56a008ec2b4c970ee62b60dab019e338 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Wed, 6 Apr 2016 11:08:51 +0800 Subject: [PATCH] =?UTF-8?q?null=E4=B8=BAphp7=E7=9A=84=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/console/output/{Null.php => Nothing.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename library/think/console/output/{Null.php => Nothing.php} (98%) diff --git a/library/think/console/output/Null.php b/library/think/console/output/Nothing.php similarity index 98% rename from library/think/console/output/Null.php rename to library/think/console/output/Nothing.php index 4e8f355c..93ca6fe8 100644 --- a/library/think/console/output/Null.php +++ b/library/think/console/output/Nothing.php @@ -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()