Skip to content

Commit 70c329b

Browse files
committed
Marks commands as final
1 parent d008494 commit 70c329b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Symfony\Component\Console\Input\InputOption;
1414
use Symfony\Component\Console\Output\OutputInterface;
1515

16-
class InitCommand extends Command
16+
final class InitCommand extends Command
1717
{
1818
private const DEFAULT_PRESET = 'PHP';
1919

src/Commands/ValidateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Symfony\Component\Console\Input\InputOption;
2424
use Symfony\Component\Console\Output\OutputInterface;
2525

26-
class ValidateCommand extends Command
26+
final class ValidateCommand extends Command
2727
{
2828
/**
2929
* Default glob pattern file.

0 commit comments

Comments
 (0)