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 364acc6 commit 6d94205Copy full SHA for 6d94205
src/Rules/MaximumIgnoredErrorCountRule.php
@@ -27,7 +27,7 @@
27
public function __construct(
28
private int $limit = 0
29
) {
30
- $this->neonAdapter = new NeonAdapter();
+ $this->neonAdapter = new NeonAdapter([]);
31
}
32
33
/**
0 commit comments