PHP8.2 Depreciate partially supported callables "Callables of the form …" warning
I am testing a project for PHP8.2 and have several places I have a subclass method overrides the parent method and passes the parent method to another class returning those results. Prior to 8.2, this looked something like: $callable =…