| Total Complexity | 4 | 
| Total Lines | 28 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 17 | class DeleteCommand extends Command | ||
| 18 | { | ||
| 19 | private $serviceManager; | ||
| 20 | |||
| 21 | public function __construct($config, $name = null) | ||
| 25 | } | ||
| 26 | |||
| 27 | protected function configure() | ||
| 32 | } | ||
| 33 | |||
| 34 | protected function execute(InputInterface $input, OutputInterface $output) | ||
| 37 | } | ||
| 38 | |||
| 39 | private function deleteEntry(InputInterface $input) | ||
| 47 |