| Total Complexity | 6 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class ValidateCommand extends Command |
||
| 14 | { |
||
| 15 | protected const NAME = 'tokenizer:validate'; |
||
| 16 | protected const DESCRIPTION = 'Checks all listeners in the application to ensure they are correctly configured'; |
||
| 17 | |||
| 18 | 2 | public function perform(ClassesInterface $classes, ReaderInterface $reader): int |
|
| 49 |