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 72d9520 commit 7c87507Copy full SHA for 7c87507
.github/workflows/build.yml
@@ -192,7 +192,7 @@ jobs:
192
- name: "Configure mutators"
193
run: |
194
php build-infection/bin/infection-config.php \
195
- --mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
+ --mutator-class='PHPStan\\Infection\\TrinaryLogicMutator' \
196
> infection.json5
197
198
- name: "Cache Result cache"
0 commit comments