Guilhem Niot
Guilhem Niot
Should be fixed by https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/539
That would sure be ok for me :) Great PR indeed!
Ok, that's completely understandable of course and that's already very nice of you to have contributed such change :) This can be merged for me :+1:
👍 for me, phpstan is broken however.
Hmm probably the catch in https://github.com/nelmio/NelmioApiDocBundle/blob/master/Controller/DocumentationController.php#L37-L39 is too large and hides the actual issue... We should make this exception more specific, but meanwhile you should probably comment this to obtain...
We may advise to use `attachables` instead of `content` for using `@Model`, I believe this works just as fine although maybe less syntactically pleasant. Attachables actually may be the suggested...
I'm not sure we have the need for an `AttachableInterface` in this case, our annotations either directly extend `AbstractAnnotation`, or are not meant to be nested. Extending `Attachable` instead should...
@lucasmirloup indeed then this doesn't work for now, will do the change and extend `Attachable` in our annotations.
We can leave this open for now to keep track of https://github.com/zircote/swagger-php/pull/1307
Just checked and this example should work fine. If you define `path_patterns`, `host_patterns` or `documentation` under `nelmio_api_doc.areas`, it will be aliased to `nelmio_api_doc.areas.default` which may be what you've done in...