issues
search
laminas-api-tools
/
api-tools-skeleton
Skeleton Application for Laminas API Tools
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
50
stars
64
forks
source link
feat: add Psalm integration
#43
Closed
superrosko
closed
2 years ago
superrosko
commented
3 years ago
Q
A
QA
yes
Description
Create a psalm.xml.dist in the project root
Copy and paste the contents from this psalm.xml.dist and fix projectFiles
Run $ composer --dev require vimeo/psalm
Run $ composer require --dev psalm/plugin-phpunit
Run $ vendor/bin/psalm --config=psalm.xml.dist --set-baseline=psalm-baseline.xml
Add a composer script static-analysis with the command psalm --shepherd --stats
Remove phpstan from the project (phpstan.neon.dist, .travis.yml entry, composer.json require-dev and scripts)
Closes #25
Description
Closes #25