Guilhem Niot
Guilhem Niot
Sure, we could add that as well.
@mu4ddi3 No, if you'd like to submit one, a PR would be welcome.
It isn't supported so far. I'm not sure we could easily support it though, maybe it would even be an unexpected behavior to some...
It's not really a bug actually, it is due to how api-platform is supported : we merge the documentation api-platform generates and we don't modify it directly. I'm not sure...
Thanks for the ref! It seems a lot has changed in ApiPlatform since I created this bundle. From what I see to achieve the desired result we would need to...
Thank you for submitting this PR! Could you add a small test to this PR?
I am not able to reproduce this issue, could you give us some more details about your controller and your entity ? A small reproducer would also help if you...
Would be easier if [this](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php#L170) was in a dedicated class...
I opened an issue https://github.com/symfony/symfony/issues/17160 to see if we can have a cleaner solution.
Unfortunately annotations on getters are not supported, this would be a great addition though if you're willing to change that :)