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 4c25430 commit ecb5d47Copy full SHA for ecb5d47
bin/infection-config.php
@@ -11,7 +11,7 @@
11
}
12
13
$decoded = json_decode(file_get_contents(__DIR__.'/../resources/infection.json5'));
14
-foreach($opts['mutator-class'] as $mutatorclass) {
+foreach((array)$opts['mutator-class'] as $mutatorclass) {
15
$decoded->mutators->$mutatorclass = true;
16
17
0 commit comments