| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class DeleteFileCommand extends BaseFileCommand |
||
| 11 | { |
||
| 12 | protected static $defaultName = 'file:delete'; |
||
| 13 | |||
| 14 | protected function configure() |
||
| 20 | ; |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @throws \wapmorgan\UnifiedArchive\Exceptions\UnsupportedOperationException |
||
| 25 | * @throws \wapmorgan\UnifiedArchive\Exceptions\ArchiveModificationException |
||
| 26 | */ |
||
| 27 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 41 |