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 c74ea26 commit 376a6dbCopy full SHA for 376a6db
.github/workflows/commit.yml
@@ -79,7 +79,6 @@ jobs:
79
strategy:
80
matrix:
81
php: [ 7.4, 8.0, 8.1 ]
82
- continue-on-error: true
83
steps:
84
- name: Setup PHP
85
uses: shivammathur/setup-php@v2
infection.json.dist
@@ -8,6 +8,11 @@
8
"configDir": "."
9
},
10
"mutators": {
11
- "@default": true
+ "@default": true,
12
+ "InstanceOf_": {
13
+ "ignore": [
14
+ "Navarr\\Utils\\IterableToArray::convert"
15
+ ]
16
+ }
17
}
18
0 commit comments