mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
代码规范化
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace think\console\output\driver;
|
||||
|
||||
|
||||
use think\console\Output;
|
||||
|
||||
class Buffer
|
||||
@@ -35,7 +34,7 @@ class Buffer
|
||||
|
||||
public function write($messages, $newline = false, $options = Output::OUTPUT_NORMAL)
|
||||
{
|
||||
$messages = (array)$messages;
|
||||
$messages = (array) $messages;
|
||||
|
||||
foreach ($messages as $message) {
|
||||
$this->buffer .= $message;
|
||||
@@ -50,4 +49,4 @@ class Buffer
|
||||
// do nothing
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user