Skip to content

Commit

Permalink
Drop Psalm (#76)
Browse files Browse the repository at this point in the history
We are going to rely solely on PHPStan.
  • Loading branch information
greg0ire authored Nov 26, 2024
1 parent 42b8e97 commit b602b78
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
/phpunit.xml.dist export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/psalm.xml export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis[email protected]"
uses: "doctrine/.github/.github/workflows/phpstan[email protected]"
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"doctrine/coding-standard": "^12",
"phpdocumentor/guides-cli": "^1.4",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.24"
"phpunit/phpunit": "^10.5"
},
"conflict": {
"doctrine/common": "<2.9"
Expand Down
8 changes: 0 additions & 8 deletions psalm-baseline.xml

This file was deleted.

18 changes: 0 additions & 18 deletions psalm.xml

This file was deleted.

0 comments on commit b602b78

Please sign in to comment.