webmozarts / assert

Assertions to validate method input/output with nice error messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.2: Use of "static" in callables is deprecated

MauricioFauth opened this issue · comments

PHP Deprecated:  Use of "static" in callables is deprecated in webmozart/assert/src/Assert.php on line 1973

\call_user_func_array(array('static', $method), $args);

See: https://wiki.php.net/rfc/deprecate_partially_supported_callables

This has been fixed, and will be released in 1.11.0