1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Go to file
2016-10-05 13:24:46 -04:00
bin Generate big graph of all files that could possibly be affected 2016-10-05 13:24:46 -04:00
src/Psalm Generate big graph of all files that could possibly be affected 2016-10-05 13:24:46 -04:00
tests Add tests for elseif reconciliation 2016-10-03 11:40:42 -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.