Fail a build when PHPStan finds a new error

vendor/bin/phpstan analyse --no-progress --error-format=json 
  | jq -e '.totals.file_errors == 0'