1 | <?php |
||
16 | final class AnnotationLintCommand extends Command |
||
17 | { |
||
18 | protected static $defaultName = 'lint:annotations'; |
||
19 | |||
20 | private $validator; |
||
21 | private $classes; |
||
22 | |||
23 | public function __construct(AnnotationValidator $validator, array $classes) |
||
29 | |||
30 | public function getAliases() |
||
34 | |||
35 | |||
36 | protected function configure() |
||
40 | |||
41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
56 | } |
||
57 |