You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReflectionExtractor currently supports array mutators (add, remove) but it's not very useful as the singular method name is not being checked.
If we can use doctrine/inflector to singularize the property name, we'll be able to pick up a lot more useful information in many cases. I'll open a PR if this is desirable (looking at the composer.json of Symfony components, I understand that it has to be an optional dependency).