1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
Go to file
2016-10-20 15:26:02 -04:00
bin Only turn on E_WARNING in debug mode 2016-10-19 16:50:37 -04:00
src/Psalm Improve Generator typing 2016-10-20 15:26:02 -04:00
tests Add typed support for spaceship operator 2016-10-20 14:28:16 -04:00
.gitignore Fixing a typo in the .gitignore filename. 2016-10-20 11:52:14 -04:00
composer.json Adding PHPUnit as a dev dependency and a Composer script to run tests. 2016-10-20 11:54:55 -04:00
composer.lock Adding PHPUnit as a dev dependency and a Composer script to run tests. 2016-10-20 11:54:55 -04:00
psalm.xml Avoid unnecssary error 2016-08-13 19:52:51 -04:00
README.md Add feature 2016-08-13 10:52:18 -04:00

PHP Static Analysis Linting Machine

Inspects your code and finds errors

...

Because it's based on nikic's PhpParser, it supports @var declarations on lines where etsy/phan does not. Yay.