doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 269 forks source link

Change return type to int for Countable implementations #770

Closed driehle closed 2 years ago

driehle commented 2 years ago

This should be the last BC break for the upcoming 5.0.0 release. It changes the implementations of Countable to a native int return type, so that the ReturnTypeWillChange annotation is not further needed.

Besides, configuration now consequently uses ::class instead of strings when refering to a class.