diff --git a/phpstan.neon b/phpstan.neon index 92a52bf..bbce68f 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,5 @@ includes: - vendor/phpstan/phpstan-strict-rules/rules.neon - - vendor/ergebnis/phpstan-rules/rules.neon - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon parameters: diff --git a/src/Commands/DumpCommand.php b/src/Commands/DumpCommand.php index eb65848..ef43ffe 100644 --- a/src/Commands/DumpCommand.php +++ b/src/Commands/DumpCommand.php @@ -12,7 +12,7 @@ /** * @internal */ -final class DumpCommand extends BaseCommand // @phpstan-ignore-line +final class DumpCommand extends BaseCommand { protected function configure(): void {