| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase |
||
| 37 | public function doRun( InputInterface $input, OutputInterface $output ) { |
||
| 38 | Config::setOutput( $output ); |
||
| 39 | $output->getFormatter()->setStyle( 'warning', new OutputFormatterStyle( 'black', 'yellow' ) ); |
||
| 40 | return parent::doRun( $input, $output ); |
||
| 41 | } |
||
| 42 | |||
| 44 |