1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Go to file
2016-11-21 14:36:06 -05:00
bin Add --help for --update-docblocks 2016-11-14 14:49:49 -05:00
examples Change a few more words 2016-11-07 19:16:51 -05:00
src/Psalm Add support for oldstyle constructors 2016-11-21 14:36:06 -05:00
tests Add support for oldstyle constructors 2016-11-21 14:36:06 -05:00
.gitignore Fixing a typo in the .gitignore filename. 2016-10-20 11:52:14 -04:00
composer.json Adding a Composer run script for running a Psalm self check. 2016-11-06 22:15:03 -05:00
composer.lock Adding PHPUnit as a dev dependency and a Composer script to run tests. 2016-10-20 11:54:55 -04:00
phpcs.xml PSR-2 2016-11-02 17:50:54 -04:00
psalm.xml Remove exceptions 2016-11-04 22:13:50 -04:00
PsalmLogo.png Update border 2016-10-29 12:46:34 -04:00
README.md Fix link 2016-11-21 13:20:47 -05:00

logo

Psalm is a static analysis tool for finding errors in PHP applications, and runs in PHP 5.4+ and PHP 7.0.

Check out the wiki!