Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[PropertyInfo] Fix ReflectionExtractor + minor tweaks #37857

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

Merged
merged 1 commit into from
Aug 19, 2020
Merged

[PropertyInfo] Fix ReflectionExtractor + minor tweaks #37857

merged 1 commit into from
Aug 19, 2020

Conversation

ogizanagi
Copy link
Contributor

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix N/A
License MIT
Doc PR N/A

Spotted while rebasing #32133

}

[$accessible, $methodAccessibleErrors] = $this->isMethodAccessible($reflClass, '__call', 2);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No need to compute method is accessible nor adding errors if the magic __call isn't allowed, right?

@fabpot
Copy link
Member

fabpot commented Aug 19, 2020

Thank you @ogizanagi.

@fabpot fabpot merged commit 679cc4d into symfony:5.1 Aug 19, 2020
@ogizanagi ogizanagi deleted the fix-5.1-property-info branch August 19, 2020 11:50
@fabpot fabpot mentioned this pull request Aug 31, 2020
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