doctrine / doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications
https://www.doctrine-project.org/projects/doctrine-laminas-hydrator.html
MIT License
33 stars 19 forks source link

Updated doctrine-coding-standard #82

Closed driehle closed 9 months ago

driehle commented 9 months ago

Note: This PR is based on #81, which needs to be reviewed an merged first.

This PR upgrades doctrine-coding-standard from v11 to v12 and applies the minimum PHP version 8.0 to phpcs. It looks like a lot of changes, but most came trough SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable which changes thinks like ?array to array|null. This change is not a BC break and, hence, can go into the next minor release.