Skip to content

Commit 65c5879

Browse files
authored
Merge pull request #18 from JonPurvis/remove-include
remove include from neon file
2 parents e79b26c + 267ed37 commit 65c5879

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
includes:
22
- vendor/phpstan/phpstan-strict-rules/rules.neon
3-
- vendor/ergebnis/phpstan-rules/rules.neon
43
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
54

65
parameters:

src/Commands/DumpCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @internal
1414
*/
15-
final class DumpCommand extends BaseCommand // @phpstan-ignore-line
15+
final class DumpCommand extends BaseCommand
1616
{
1717
protected function configure(): void
1818
{

0 commit comments

Comments
 (0)