summaryrefslogtreecommitdiff
path: root/test/handler/test_phpstan_handler.vader
AgeCommit message (Collapse)Author
2021-07-09Add support for multiline messages (#3686)Grégoire Paris
This is achieved by switching to JSON, which makes it much easier to avoid confusion between an error message and the next one. It also spares us from having to deal with regular expressions, and eliminates some edge cases that no longer need to be tested.
2019-05-01Better phpstan default configuration (#2444)Julien Deniau
* Use phpstan config file as default whenever possible + report as error
2017-08-21Fix #864 - Use the user's configured executable for phpstan for executable() ↵w0rp
checks