| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public static function configure(OutputInterface $output): void |
||
| 31 | { |
||
| 32 | $outputFormatter = $output->getFormatter(); |
||
| 33 | |||
| 34 | $outputFormatter->setStyle( |
||
| 35 | 'recommendation', |
||
| 36 | new OutputFormatterStyle('black', 'yellow') |
||
| 37 | ); |
||
| 38 | $outputFormatter->setStyle( |
||
| 39 | 'warning', |
||
| 40 | new OutputFormatterStyle('white', 'red') |
||
| 41 | ); |
||
| 44 |