Closed singinwhale closed 8 months ago
Fixes the "Use of "parent" in callables is deprecated" deprecation error when a constructor with arguments is used. See PHP RFC: Deprecate partially supported callables.
I ran into this today and fixed it according to to the proposed replacement stated in the PHP RFC.
Fixes #555
Fixes the "Use of "parent" in callables is deprecated" deprecation error when a constructor with arguments is used. See PHP RFC: Deprecate partially supported callables.
I ran into this today and fixed it according to to the proposed replacement stated in the PHP RFC.
Fixes #555