Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP 8.2 | Fix for partially supported callback (#44537)
`array( 'self', 'method_name' )`-like callbacks are only partially supported by PHP. With this mind, they will be deprecated in PHP 8.2, with support being completely removed in PHP 9.0. Fixed by changing it to a fully supported syntax. Refs: * https://wiki.php.net/rfc/deprecate_partially_supported_callables Co-authored-by: jrfnl <[email protected]>
- Loading branch information