Skip to content

Commit

Permalink
Replace Psalm with PhpStan
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Mar 19, 2024
1 parent 8c7458d commit fe19290
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 53 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PHPStan

on:
push

jobs:
update_release_draft:
uses: stefanzweifel/reusable-workflows/.github/workflows/phpstan.yml@main
with:
php_version: '8.3'
33 changes: 0 additions & 33 deletions .github/workflows/psalm.yml

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15.17",
"vimeo/psalm": "^5.7"
"rector/rector": "^0.15.17"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parameters:
level: 6
paths:
- src
- tests
18 changes: 0 additions & 18 deletions psalm.xml.dist

This file was deleted.

0 comments on commit fe19290

Please sign in to comment.