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 e686def commit 6dccbc4Copy full SHA for 6dccbc4
.github/workflows/build.yml
@@ -198,7 +198,7 @@ jobs:
198
#- name: "Configure mutators"
199
# run: |
200
# php build-infection/bin/infection-config.php \
201
- # --mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
+ # --mutator-class='Infection\Mutator\Removal\MethodCallRemoval' \
202
# > infection.json5
203
# cat infection.json5 | jq
204
0 commit comments