1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Go to file
2016-08-13 10:52:18 -04:00
bin Add ability to suppress info output from command line 2016-08-04 14:38:43 -04:00
src/Psalm Fix casing of simplexml returns 2016-08-12 20:45:34 -04:00
tests Add a couple of extra tests for tricksy logic 2016-08-10 02:14:28 -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 Update path to file 2016-07-26 15:03:43 -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.