Skip to content

Commit

Permalink
Merge pull request #25 from superrosko/feature/psalm-integration
Browse files Browse the repository at this point in the history
feat: add Psalm integration
  • Loading branch information
weierophinney committed Jul 11, 2023
2 parents e0ea083 + 67b79d4 commit 3cc7840
Show file tree
Hide file tree
Showing 10 changed files with 4,462 additions and 1,024 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
/phpunit.xml
/vendor/
/.phpunit.result.cache
/.phpcs-cache
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"laminas/laminas-validator": "^2.8.1",
"laminas/laminas-view": "^2.11.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.7"
},
"autoload": {
"psr-4": {
Expand All @@ -69,6 +71,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
Expand Down
3,723 changes: 2,717 additions & 1,006 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 3cc7840

Please sign in to comment.