| 1 | <?php |
||
| 15 | final class OutputWriter extends DoctrineOutputWriter |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var OutputInterface |
||
| 20 | */ |
||
| 21 | private $consoleOutput; |
||
| 22 | |||
| 23 | |||
| 24 | 6 | public function setConsoleOutput(OutputInterface $consoleOutput) |
|
| 28 | |||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | 2 | public function write($message) |
|
| 37 | |||
| 38 | |||
| 39 | /** |
||
| 40 | * @return ConsoleOutput |
||
| 41 | */ |
||
| 42 | 2 | private function getConsoleOutput() |
|
| 49 | |||
| 50 | } |
||
|
1 ignored issue
–
show
|
|||
| 51 |