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 d008494 commit 70c329bCopy full SHA for 70c329b
src/Commands/InitCommand.php
@@ -13,7 +13,7 @@
13
use Symfony\Component\Console\Input\InputOption;
14
use Symfony\Component\Console\Output\OutputInterface;
15
16
-class InitCommand extends Command
+final class InitCommand extends Command
17
{
18
private const DEFAULT_PRESET = 'PHP';
19
src/Commands/ValidateCommand.php
@@ -23,7 +23,7 @@
23
24
25
26
-class ValidateCommand extends Command
+final class ValidateCommand extends Command
27
28
/**
29
* Default glob pattern file.
0 commit comments