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

update property map #8000

Merged
merged 10 commits into from Jul 6, 2022
Merged

Commits on Jun 29, 2022

  1. Sort PropertyMap by keys

    We need a defined, reproducible starting point.
    discordier committed Jun 29, 2022
    Copy the full SHA
    c65e6e8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fd2090 View commit details
    Browse the repository at this point in the history
  3. Remove now obsolete loop

    The class names in property map are now always lowercase
    discordier committed Jun 29, 2022
    Copy the full SHA
    6305c21 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9cb9b1e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    631936c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Add missing properties to stubs/Reflection.phpstub

    This should fix the now failing tests as the properties got removed from
    the autogenerated property map.
    discordier committed Jul 4, 2022
    Copy the full SHA
    ce4ba69 View commit details
    Browse the repository at this point in the history
  2. Skip sub directories when parsing stubs

    We now have the extensions in a sub directory and therefore have to skip
    that one.
    discordier committed Jul 4, 2022
    Copy the full SHA
    a8f2b2b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8e05adb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Fix variable annotation

    discordier committed Jul 6, 2022
    Copy the full SHA
    ea9903a View commit details
    Browse the repository at this point in the history
  2. Remove now obsolete casts

    discordier committed Jul 6, 2022
    Copy the full SHA
    8ffab5e View commit details
    Browse the repository at this point in the history