| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class DeleteFilesForOldExecutionFactory extends AbstractFactory |
||
| 14 | { |
||
| 15 | /** @var ChainWorkDirManager */ |
||
| 16 | protected $chainWorkdDirManager; |
||
| 17 | |||
| 18 | protected FileSystemFactoryInterface $fileSystemFactory; |
||
| 19 | |||
| 20 | public function __construct(ChainWorkDirManager $chainWorkdDirManager, FileSystemFactoryInterface $fileSystemFactory) |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function build(string $operation, array $options): ChainOperationInterface |
||
| 34 |