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

Improve Reflection stubs #10091

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Commits on Feb 6, 2024

  1. Improved Reflection stubs

    ReflectionParameter::getPosition() is non-negative-int.
    ReflectionMethod name property is always non-empty-string.
    ReflectionAttribute::getTarget() returns Attribute::TARGET_* instead of int-mask. Even for attributes of promoted properties (https://3v4l.org/rpM1t).
    *::getAttributes() always returns a list (https://3v4l.org/LYAMb).
    vudaltsov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    07a64f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ff9d3 View commit details
    Browse the repository at this point in the history