Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PHP 8.2 | File::getClassProperties(): add support for readonly classes #3686

Commits on Oct 6, 2022

  1. PHP 8.2 | File::getClassProperties(): add support for readonly classes

    PHP 8.2 introduces `readonly` classes. The `readonly` keyword can be combined with the `abstract` or `final` keyword. See: https://3v4l.org/VIXgD
    
    Includes adding a full set of tests for the `File::getClassProperties()` method, which was so far untested.
    
    Ref:
    * https://wiki.php.net/rfc/readonly_classes
    jrfnl committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3f194e7 View commit details
    Browse the repository at this point in the history