diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index f4bafcacc..d3866341e 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -11,5 +11,5 @@ git clone git@github.com:sebastianbergmann/phpunit.git cd phpunit git checkout 24b6cfcec34c1167 # release 8.2.2 composer install -~/project/build/psalm.phar --config=.psalm/config.xml --monochrome +~/project/build/psalm.phar --config=.psalm/config.xml --monochrome --show-info=false ~/project/build/psalm.phar --config=.psalm/static-analysis.xml --monochrome