What's Changed
- Improve phpstan config by @DerManoMann in https://github.com/zircote/swagger-php/pull/1928
- Schema type check type array by @DerManoMann in https://github.com/zircote/swagger-php/pull/1936
- Limit backport workflow to PRs against
masterby @DerManoMann in https://github.com/zircote/swagger-php/pull/1938 - Consistently use
Generator::isDefault()where appropriate by @De...