Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for new PHP 8.1 modifiers #796

Merged
merged 4 commits into from
Jul 21, 2021
Merged

Commits on Jul 21, 2021

  1. Add support for new PHP 8.1 modifiers

    Implement support for readonly properties (https://wiki.php.net/rfc/readonly_properties_v2) and
    final class contstants (https://wiki.php.net/rfc/final_class_const).
    kocsismate authored and nikic committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2308fce View commit details
    Browse the repository at this point in the history
  2. Add readonly token emulator

    nikic committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    fcd9358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028d8b8 View commit details
    Browse the repository at this point in the history
  4. Add pretty printer test

    nikic committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a242b3e View commit details
    Browse the repository at this point in the history