Generate a PHPStan baseline and fail on growth

vendor/bin/phpstan analyse --generate-baseline

# and in CI, which fails on anything not in the baseline:
vendor/bin/phpstan analyse --no-progress