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 f55a990 commit 0265944Copy full SHA for 0265944
.github/workflows/build.yml
@@ -192,9 +192,9 @@ 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
- cat infection.json5
+ cat infection.json5 | jq
198
199
- name: "Cache Result cache"
200
uses: actions/cache@v4
0 commit comments