We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e79b26c + 267ed37 commit 65c5879Copy full SHA for 65c5879
phpstan.neon
@@ -1,6 +1,5 @@
1
includes:
2
- vendor/phpstan/phpstan-strict-rules/rules.neon
3
- - vendor/ergebnis/phpstan-rules/rules.neon
4
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
5
6
parameters:
src/Commands/DumpCommand.php
@@ -12,7 +12,7 @@
12
/**
13
* @internal
14
*/
15
-final class DumpCommand extends BaseCommand // @phpstan-ignore-line
+final class DumpCommand extends BaseCommand
16
{
17
protected function configure(): void
18
0 commit comments