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

BUGFIX: Fix method param type expansion for partial annotation coverage #3424

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

bwaidelich
Copy link
Member

Adjusts the behavior of ReflectionService::getMethodParameters() such that @param annotations are mapped to the corresponding method argument based in their name instead of the index.

Fixes: #3423

Adjusts the behavior of `ReflectionService::getMethodParameters()` such that `@param` annotations are mapped to the corresponding method argument based in their _name_ instead of the _index_.

Fixes: #3423
Copy link
Member

@Sebobo Sebobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx! Works as expected in my test cases :)

Copy link
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@dlubitz
Copy link
Contributor

dlubitz commented Dec 19, 2024

StyleCI is complaining about ... style.

@bwaidelich bwaidelich merged commit 476b591 into 8.3 Dec 19, 2024
10 checks passed
@bwaidelich bwaidelich deleted the bugfix/3423-fix-reflection-param-type-expansion branch December 19, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants