Skip to content

Commit 6d94205

Browse files
committed
Fix
1 parent 364acc6 commit 6d94205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/MaximumIgnoredErrorCountRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public function __construct(
2828
private int $limit = 0
2929
) {
30-
$this->neonAdapter = new NeonAdapter();
30+
$this->neonAdapter = new NeonAdapter([]);
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)