Skip to content

Commit bea682b

Browse files
committed
Phpstan-fixes
1 parent 5753264 commit bea682b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/style-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
run: composer --working-dir=tools install
2424

2525
- name: "Run style-check"
26-
run: "composer style-check"
26+
run: composer style-check
27+
env:
28+
PHP_CS_FIXER_IGNORE_ENV: 1

0 commit comments

Comments
 (0)