Commit efd3532
committed
bug #1749 Updated MigrationDiffFilteredOutput to implement all methods from OutputInterface (Josh McRae)
This PR was merged into the 1.x branch.
Discussion
----------
Updated MigrationDiffFilteredOutput to implement all methods from OutputInterface
This PR adds an implementation for `OutputInterface::isSilent()` which is currently missing from the `MigrationDiffFilteredOutput` class.
Currently, the `./bin/console make:migration` command is failing when the latest version of `symfony/console` is installed because the class is incomplete.
Commits
-------
2ac15a2 Added missing method from OutputInterface1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments