We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeefec commit 1a0c8e8Copy full SHA for 1a0c8e8
src/Output.php
@@ -43,4 +43,5 @@ public function isVerbose(): bool;
43
44
public function isDebug(): bool;
45
46
+ public function isDecorated(): bool;
47
}
src/Symfony/SymfonyOutput.php
@@ -87,4 +87,8 @@ public function isDebug(): bool
87
return $this->symfonyOutput->isDebug();
88
89
90
+ public function isDecorated(): bool
91
+ {
92
+ return $this->symfonyOutput->isDecorated();
93
+ }
94
0 commit comments