Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | protected function buildCommand(FormatInterface $format, $outputPathfile) |
||
22 | { |
||
23 | $command = parent::buildCommand($format, $outputPathfile); |
||
24 | |||
25 | $command = $this->rebuildCommandWithHeaders($command); |
||
26 | $command = $this->rebuildCommandWithCallbacks($command); |
||
27 | |||
28 | return $command; |
||
29 | } |
||
46 |