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

Finding methods and properties for auto completion feature #10385

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    650b8fc View commit details
    Browse the repository at this point in the history
  2. Fix text-labels with type of property

    The labels for magic and declared properties must be equal.
    issidorov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6f19440 View commit details
    Browse the repository at this point in the history
  3. Ignore declared static properties with usage object gap

    Usage static properties in PHP is allow only by static gap.
    issidorov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1cfc343 View commit details
    Browse the repository at this point in the history
  4. Ignore annotated magic properties with usage static gap

    In PHP is not exists methods for implementation magic static properties.
    So, these magic static properties must not be presented.
    issidorov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    715f6f5 View commit details
    Browse the repository at this point in the history
  5. Ignore annotated magic static methods with usage object gap

    Magic methods annotated by methods `__call` and `__callStatic`.
    Magic static methods implemented in `__callStatic`
    are not required implementation in `__call'.
    issidorov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d533bb8 View commit details
    Browse the repository at this point in the history
  6. Find declared methods on parent classes and traits

    Partial revert commit 2f039f9
    issidorov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    75394c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ceba3d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c4b8a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bb68e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e677523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88c98ef View commit details
    Browse the repository at this point in the history