Skip to content

Commit be3d27e

Browse files
committed
Normalize whitespace around colons in type hints and return types in tests.
1 parent 7b1530e commit be3d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: "Install dependencies"
2727
run: "composer install --no-interaction --no-progress --no-suggest"
2828
- name: "Static analysis"
29-
uses: chindit/actions-phpstan@master
29+
run: "vendor/bin/phpstan analyse"

0 commit comments

Comments
 (0)