Skip to content

Commit 816b295

Browse files
committed
[3.0][Console] Added isVerbosity* to OutputInterface
Now, only `Output` have theses methods. But in the `Command` class, `execute` receive an instance of `OutputInterface`. So, to avoid coding an implementation, theses method should be added to the interface.
1 parent fe86efd commit 816b295

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADE-3.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ UPGRADE FROM 2.x to 3.0
1818
`DebugClassLoader`. The difference is that the constructor now takes a
1919
loader to wrap.
2020

21+
### Console
22+
23+
* The methods `isQuiet`, `isVerbose`, `isVeryVerbose` and `isDebug` were added
24+
to `Symfony\Component\Console\Output\OutputInteface`.
25+
2126
### EventDispatcher
2227

2328
* The interface `Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface`

0 commit comments

Comments
 (0)