A PHPStan baseline that can only shrink

- run: |
    before=$(wc -l < phpstan-baseline.neon)
    git stash && after=$(wc -l < phpstan-baseline.neon)
    git stash pop
    [ "$before" -le "$after" ] || exit 1