mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Tom Klingenberg
fd96419527
Revert config schema, fix b/c break (#4046)
Previous in d5055ea the allowCoercionFromStringToClassConst attribute has been removed from the XML configuration file per its schema. While technically correct (was removed in 3.0), this breaks b/c between minor versions, breaks with the release of 3.14.0. Fix is revert. Ref: d5055ea1d43cb724de2e7e27ae11c6b743a6f727 Caused-by: #3982
…
…
…
Psalm
Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.
It's able to find a large number of issues, but it can also be configured to only care about a small subset of those.
Try a live demo, or install it in your project by following the Quickstart Guide below.
Psalm documentation
Documentation is available on Psalm’s website, generated from the docs folder.
To get started, check out the installation guide
Interested in contributing?
Have a look at CONTRIBUTING.md.
Acknowledgements
The engineering team @vimeo for encouragement and patience, especially @nbeliard, @erunion and @nickyr.
Languages
PHP
100%