mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Add IOInterface::isDecorated()
This commit is contained in:
parent
540f9a09b2
commit
66a202083e
3 changed files with 23 additions and 0 deletions
|
@ -55,6 +55,14 @@ class ConsoleIO implements IOInterface
|
|||
return $this->input->isInteractive();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function isDecorated()
|
||||
{
|
||||
return $this->output->isDecorated();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue