KEINOS / TPL-PHP-HelloWorld

✅ Overly-super-cautious "Hello World" in PHP7 and PHP8 for fun.
Apache License 2.0
2 stars 0 forks source link

Do NOT alter all the issues by default with Psalm #23

Closed KEINOS closed 4 years ago

KEINOS commented 4 years ago

Suppress Psalter by default

Currently, when running with the psalm option, such as composer test psalm or composer test all, Psalm fixes errors with Psalter by default.

https://github.com/KEINOS/TPL-PHP-HelloWorld/blob/da076ca4bc5dcbc1ee7f1713b3b7aa8809431c07/tests/run-tests.sh#L305-L317

Basically this is a helpful action but it will delete all the methods in the interface before implementing.

So adding an option to let alter might be good.