| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function __construct(OutputInterface $output, array $verbosityLevelMap = array(), array $formatLevelMap = array()) |
||
| 21 | { |
||
| 22 | $verbosityLevelMap = array( |
||
| 23 | LogLevel::INFO => OutputInterface::VERBOSITY_NORMAL, |
||
| 24 | ); |
||
| 25 | parent::__construct($output, $verbosityLevelMap, $formatLevelMap); |
||
| 26 | } |
||
| 28 |