@@ -33,6 +33,10 @@ |
||
| 33 | 33 | |
| 34 | 34 | protected $config; |
| 35 | 35 | |
| 36 | + /** |
|
| 37 | + * @param string $dir |
|
| 38 | + * @param integer $depth |
|
| 39 | + */ |
|
| 36 | 40 | public function __construct($dir, $depth, IOInterface $io, Config $config) |
| 37 | 41 | { |
| 38 | 42 | $this->dir = $dir; |