| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 20 | public function __construct(ChainWorkDirManager $chainWorkdDirManager, FileSystemFactoryInterface $fileSystemFactory) | ||
| 21 |     { | ||
| 22 | $this->chainWorkdDirManager = $chainWorkdDirManager; | ||
| 23 | $this->fileSystemFactory = $fileSystemFactory; | ||
| 24 | |||
| 25 | $this->operation = 'Etl/Cleanup/DeleteFilesForOldExecution'; | ||
| 26 | $this->class = DeleteFilesForOldExecutionOperation::class; | ||
| 27 | } | ||
| 34 |