| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class DebugResetCommand extends Command |
||
| 15 | { |
||
| 16 | public const COMMAND_NAME = 'debug:reset'; |
||
| 17 | protected static $defaultName = self::COMMAND_NAME; |
||
| 18 | |||
| 19 | public function __construct( |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function configure(): void |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 41 |