We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5b088 commit 64cdf2aCopy full SHA for 64cdf2a
generator/src/Commands/ScanObjectsCommand.php
@@ -13,7 +13,7 @@
13
use Symfony\Component\Console\Output\OutputInterface;
14
use Symfony\Component\Console\Style\SymfonyStyle;
15
16
-class ScanObjectsCommand extends Command
+final class ScanObjectsCommand extends Command
17
{
18
private SymfonyStyle $io;
19
private Scanner $scanner;
@@ -26,7 +26,7 @@ protected function configure(): void
26
;
27
}
28
29
- public function initialize(InputInterface $input, OutputInterface $output): void
+ protected function initialize(InputInterface $input, OutputInterface $output): void
30
31
$this->io = new SymfonyStyle($input, $output);
32
$this->scanner = new Scanner(DocPage::referenceDir());
0 commit comments