1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
Go to file
2016-08-22 23:02:17 -04:00
bin Ignore deprecated warnings 2016-08-18 16:28:50 -04:00
src/Psalm Fix type assignment after empty check 2016-08-22 23:02:03 -04:00
tests Add more tests 2016-08-22 23:02:17 -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.