1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Go to file
2016-10-20 11:31:39 -04:00
bin Only turn on E_WARNING in debug mode 2016-10-19 16:50:37 -04:00
src/Psalm Support PHP5.5 features (except yield, for now) 2016-10-20 00:13:35 -04:00
tests Add checkable return type for Generator 2016-10-20 11:31:39 -04:00
.gitingore Update patched version of php-parser 2016-03-03 12:32:37 -05:00
composer.json Add psalm bin folder 2016-07-26 15:12:44 -04:00
composer.lock Use dev-master alias 2016-03-07 13:51:42 -05: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.