| Total Complexity | 5 |
| Total Lines | 70 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | #[AsCommand(self::GENERATED_FILE)] |
||
| 12 | final class GenerateSequenceCompanion extends Command |
||
| 13 | { |
||
| 14 | private const GENERATED_FILE = 'src/Supplemental/Units/SequenceCompanion.php'; |
||
| 15 | |||
| 16 | public function __construct( |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 56 | } |
||
| 57 | |||
| 58 | private function render( |
||
| 86 |