1 | <?php |
||
11 | final class AnalyseCommand extends StorageAwareCommandAbstract |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritDoc} |
||
15 | */ |
||
16 | protected function configure() |
||
24 | |||
25 | /** |
||
26 | * {@inheritDoc} |
||
27 | */ |
||
28 | protected function execute(InputInterface $input, OutputInterface $output) |
||
38 | |||
39 | private function getRefactorPriorityQuery(InputInterface $input): RefactorPriorityQuery |
||
43 | } |
||
44 |