This commit is contained in:
yunwuxin
2016-08-09 10:55:45 +08:00
parent 131aaf1357
commit 0f7924ed81
4 changed files with 17 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ class Formatter
/**
* 设置外观标识
* @param bool $decorated 是否美化文
* @param bool $decorated 是否美化文
*/
public function setDecorated($decorated)
{

View File

@@ -37,6 +37,11 @@ class Console
$this->formatter->setDecorated($decorated);
}
public function setDecorated($decorated)
{
$this->formatter->setDecorated($decorated);
}
public function write($messages, $newline = false, $type = Output::OUTPUT_NORMAL, $stream = null)
{
if (Output::VERBOSITY_QUIET === $this->output->getVerbosity()) {