You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File::getMethodProperties(): allow for return type "static"
As of PHP 8.0, `static` will be allowed as a return type.
Ref: https://wiki.php.net/rfc/static_return_type
This commit adjusts the `File::getMethodProperties()` utility method to allow for that.
Includes unit test.
0 commit comments