4.0.2
版本发布时间: 2020-04-09 13:37:01
doctrine/DoctrineModule最新发布版本:6.1.1(2024-01-27 18:46:55)
Added
-
Fix & improve CS compliance
-
Always use the Doctrine coding standard
-
A backwards-compatibility layer has been added to persistence to help consumers move to the new namespacing. It is based on class aliases, which means the type declaration changes should not be a BC-break: types are the same.
-
Adding autoload calls for new types to types that may be extended and use persistence types in type declarations of non-constructor methods, so that signature compatibility is recognized by old versions of php. More details on this at https://dev.to/greg0ire/how-to-deprecate-a-type-in-php-48cf