1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Go to file
2016-10-29 12:46:34 -04:00
bin Only turn on E_WARNING in debug mode 2016-10-19 16:50:37 -04:00
src/Psalm Update plugin interface to add $suppressed_issues 2016-10-28 16:49:42 -04:00
tests Removed object-like type descriptor in favour of array{} syntax 2016-10-28 13:24:06 -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 Removed object-like type descriptor in favour of array{} syntax 2016-10-28 13:24:06 -04:00
PsalmLogo.png Update border 2016-10-29 12:46:34 -04:00
README.md Fix code 2016-10-25 17:03:48 -04:00

logo

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.