Closed gnutix closed 4 years ago
It’d be a B/C break to have the Pagerfanta class stop implementing the interface (I treat removing an interface from a class as a break as it will cause existing type checks to start failing), especially as there are some methods typehinting the interface instead of the class.
Okay, that explains why it won't be done until the next major release. Thanks! :)
Since I've upgraded this package (along with Symfony 5.0 => 5.1), I have the following deprecations :
However, I've noticed these two interfaces are not referenced from the project's code, but from this package itself. Any reason why it wasn't fixed when the deprecations triggers were introduced ?