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 7c87507 commit 1ce7e3bCopy full SHA for 1ce7e3b
.github/workflows/build.yml
@@ -192,8 +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
198
199
- name: "Cache Result cache"
200
uses: actions/cache@v4
0 commit comments