| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 34 | public function __construct( |
||
| 35 | Finder $finder, |
||
| 36 | Style $style, |
||
| 37 | ProcessRunner $processRunner, |
||
| 38 | Filesystem $filesystem |
||
| 39 | ) { |
||
| 40 | $this->finder = $finder; |
||
| 41 | $this->style = $style; |
||
| 42 | $this->processRunner = $processRunner; |
||
| 43 | $this->filesystem = $filesystem; |
||
| 44 | } |
||
| 58 | } |