|
|
@ -38,7 +38,7 @@ abstract class OutputWrapper implements OutputInterface {
|
|
|
|
* @return static The “error” output
|
|
|
|
* @return static The “error” output
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function getErrorOutput (): self {
|
|
|
|
public function getErrorOutput (): self {
|
|
|
|
return new static(CliHelper::getErrorOutput($this));
|
|
|
|
return new static(CliHelper::getErrorOutput($this->getOutput()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|