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

Fix issue with inheritance order #3713

Merged
merged 1 commit into from May 7, 2024
Merged

Fix issue with inheritance order #3713

merged 1 commit into from May 7, 2024

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented May 7, 2024

Methods were merged in the wrong order, we want methods to be used from the current class if they exist, if they are inherited from a parent class the method should be shown as implemented in the parent.

The aditional changes are fixing cypress locally and solving php 8.3 compatibility.

Methods were merged in the wrong order, we want methods to be used
from the current class if they exist, if they are inherited from
a parent class the method should be shown as implemented in the parent.

The aditional changes are fixing cypress locally and solving php 8.3
compatibility.
@jaapio jaapio linked an issue May 7, 2024 that may be closed by this pull request
@jaapio jaapio merged commit 1dd4b2a into master May 7, 2024
51 of 52 checks passed
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.

Doesn't document the right inherited method
1 participant