missing source attribute in checkstyle errorFormat
The checkstyle errorFormat does not include a source attribute. We are attempting to integrate phpstan with our existing Jenkins build system, and are using a plugin to parse checkstyle xml error reports.
unlike #481 this is not causing any errors parsing the xml file, but the Jenkins UI does not show anything useful.
screen shot from phpcs checkstyle report

screen shot from phpstan checkstyle report
