Skip to content

Commit

Permalink
Drop Psalm
Browse files Browse the repository at this point in the history
As per our decision during the Hackathon
  • Loading branch information
greg0ire committed Dec 2, 2024
1 parent 62a47c5 commit c43f53f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ phpunit.xml.dist export-ignore
phpcs.xml.dist export-ignore
composer.lock 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 @@ -12,4 +12,4 @@ on:
jobs:
static-analysis-phpstan:
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 @@ -46,8 +46,7 @@
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
"phpunit/phpunit": "^8.5 || ^9.5"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 0 additions & 18 deletions psalm.xml

This file was deleted.

0 comments on commit c43f53f

Please sign in to comment.