Skip to content

Commit

Permalink
feat(command): rename phpstan -> stan
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Sep 2, 2024
1 parent d37ba40 commit 4cc40a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
coverage: none

- run: composer install --no-progress --prefer-dist
- run: composer phpstan -- --no-progress
- run: composer stan -- --no-progress
continue-on-error: true # is only informative
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"sort-packages": true
},
"scripts": {
"phpstan": "vendor/bin/phpstan analyse",
"stan": "vendor/bin/phpstan analyse",
"tests": "vendor/bin/tester -s --colors 1 -s -C tests/src",
"coverage": "vendor/bin/tester --coverage coverage.html --coverage-src src/ -s --colors 1 -s -C tests/src"
}
Expand Down

0 comments on commit 4cc40a7

Please sign in to comment.