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(INavigationManager): Fix psalm alias not set in the right place #45455

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

provokateurin
Copy link
Member

Summary

#41341 didn't set the type alias correctly as it needs to be on the same class to be "visible" (PHPStorm also displays that it can't resolve the type on the add method).

While looking at that I also found that the type for the endpoint is wrong and was missing some fields as well (guess who did that 😅).

Checklist

Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin
Copy link
Member Author

/backport to stable28

@provokateurin
Copy link
Member Author

/backport to stable29

@provokateurin provokateurin merged commit 88fe734 into master Jun 3, 2024
155 checks passed
@provokateurin provokateurin deleted the fix/psalm/navigation-entries branch June 3, 2024 15:11
@blizzz blizzz mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants