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.
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 theReturnTypeWillChange
annotation is not further needed.Besides, configuration now consequently uses
::class
instead of strings when refering to a class.