Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class SessionsCleanup extends Command |
||
16 | { |
||
17 | public const NAME = 'payments:sessions:cleanup'; |
||
18 | |||
19 | protected function configure() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @inheritDoc |
||
31 | */ |
||
32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @return int |
||
43 | */ |
||
44 | public function handle(): int |
||
53 |