Skip to content

Commit 7c87507

Browse files
committed
escaping?
1 parent 72d9520 commit 7c87507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
- name: "Configure mutators"
193193
run: |
194194
php build-infection/bin/infection-config.php \
195-
--mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
195+
--mutator-class='PHPStan\\Infection\\TrinaryLogicMutator' \
196196
> infection.json5
197197
198198
- name: "Cache Result cache"

0 commit comments

Comments
 (0)