doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
437 stars 229 forks source link

Removed Serializable interface from MappingCollector #705

Closed driehle closed 2 years ago

driehle commented 2 years ago

The Serializable interface is deprecated with PHP 8.1 and its signatures have already been marked as deprecated in DoctrineORMModule 4.2.0, so we can remove them now.