Skip to content

Fixed go to usages of method goes to parent instead of own usages - #422

Open
EranNL wants to merge 4 commits into
PHPantom-dev:mainfrom
EranNL:fix/go-to-usages-of-method-goes-to-parent
Open

Fixed go to usages of method goes to parent instead of own usages#422
EranNL wants to merge 4 commits into
PHPantom-dev:mainfrom
EranNL:fix/go-to-usages-of-method-goes-to-parent

Conversation

@EranNL

@EranNL EranNL commented Sep 2, 2026

Copy link
Copy Markdown

Fixes #412

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, examples/)
  • I have updated the config schema (config-schema.json)
  • I have added/updated tests to cover my changes
  • I fully understand the code that I am submitting (what it does,
    how it works, how it's organized), including any code drafted by an LLM.
  • For any prose generated by an LLM, I have proof-read and copy-edited with
    an eye towards deleting anything that is irrelevant, clarifying anything
    that is confusing, and adding details that are relevant. This includes,
    for example, commit descriptions, PR descriptions, and code comments.

@EranNL EranNL changed the title Fix/go to usages of method goes to parent Fixed go to usages of method goes to parent instead of own usages Sep 2, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AJenbo

AJenbo commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Could you please fix the lint errors

@EranNL

EranNL commented Sep 2, 2026

Copy link
Copy Markdown
Author

Could you please fix the lint errors

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When implementing an interface, go to method usages always goes to the interface, instead of the actual usage

3 participants