Skip to content

Commit 4cc40a7

Browse files
committed
feat(command): rename phpstan -> stan
1 parent d37ba40 commit 4cc40a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
coverage: none
1818

1919
- run: composer install --no-progress --prefer-dist
20-
- run: composer phpstan -- --no-progress
20+
- run: composer stan -- --no-progress
2121
continue-on-error: true # is only informative

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"sort-packages": true
5454
},
5555
"scripts": {
56-
"phpstan": "vendor/bin/phpstan analyse",
56+
"stan": "vendor/bin/phpstan analyse",
5757
"tests": "vendor/bin/tester -s --colors 1 -s -C tests/src",
5858
"coverage": "vendor/bin/tester --coverage coverage.html --coverage-src src/ -s --colors 1 -s -C tests/src"
5959
}

0 commit comments

Comments
 (0)