Closed mbabker closed 1 year ago
Symfony 6.3 added a number of return types to the framework. This PR should cover all the ones that popped up when beta testing an application.
Because all affected classes are non-final/internal, doc block annotations are used.
Coverage: 79.901%. Remained the same when pulling 8b23f88e5768ae90d8899aaa9c0131f366b2de15 on mbabker:silence-symfony-6.3-return-type-deprecations into 9cc3fe6f408250fbc51f9cd0d89cb1214fa957bf on liip:2.x.
thanks. i would prefer to add actual return type declarations as the compiler passes are not extension points.
Updated
https://github.com/liip/LiipImagineBundle/releases/tag/2.11.0
Symfony 6.3 added a number of return types to the framework. This PR should cover all the ones that popped up when beta testing an application.
Because all affected classes are non-final/internal, doc block annotations are used.