Using psalm.phar --report-show-info=false --report=checkstyle.xml it still outputs to STDOUT in default format with INFO messages. Essentially the same output that I would get when running just psalm.phar.
The problem doesn't occur when using the psalm.phar from the releases page of vimeo/psalm repo.
Using
psalm.phar --report-show-info=false --report=checkstyle.xml
it still outputs to STDOUT in default format with INFO messages. Essentially the same output that I would get when running justpsalm.phar
.The problem doesn't occur when using the
psalm.phar
from the releases page ofvimeo/psalm
repo.