Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 3 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
10 | final class PrintRequestUrlCommand extends Command |
||
11 | { |
||
12 | /** |
||
13 | * @var IRequest |
||
14 | */ |
||
15 | private $request; |
||
16 | |||
17 | |||
18 | public function __construct(IRequest $request) |
||
23 | } |
||
24 | |||
25 | |||
26 | protected function configure(): void |
||
30 | } |
||
31 | |||
32 | |||
33 | protected function execute(InputInterface $input, OutputInterface $output): ?int |
||
41 |