| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function __construct(ParserInterface $parser, ResourceManager $manager, ProcessBuilderFactoryInterface $inflator, ProcessBuilderFactoryInterface $deflator) |
||
| 19 | { |
||
| 20 | parent::__construct($parser, $manager, $inflator, $deflator); |
||
| 21 | $this->probe = new BSDTarVersionProbe($inflator, $deflator); |
||
| 22 | } |
||
| 23 | |||
| 80 |