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
generate the OpenApi yml file somewhere: $output = $this->renderOpenApi->render('yaml', 'default');
Expected behaviour:
the OpenApi yml file is correctly generated
the Nelmio documentation is accessible as usual
Current behaviour:
the OpenApi file generation fails
accessing the Nelmio doc throws a 500 error [Semantical Error] The annotation "@mixin" in class App\ClassB was never imported. Did you maybe forget to add a "use" statement for this annotation?
JSON OpenApi
I can't share this data.
Additional context
No response
The text was updated successfully, but these errors were encountered:
accessing the Nelmio doc throws a 500 error [Semantical Error] The annotation "@mixin" in class App\ClassB was never imported. Did you maybe forget to add a "use" statement for this annotation?
Do you maybe have the line / file where the exception is coming from?
Version
4.23
Description
Scenario:
TheoricalController
with a routetheorical_route
referenced in Nelmio:$output = $this->renderOpenApi->render('yaml', 'default');
Expected behaviour:
Current behaviour:
[Semantical Error] The annotation "@mixin" in class App\ClassB was never imported. Did you maybe forget to add a "use" statement for this annotation?
JSON OpenApi
I can't share this data.
Additional context
No response
The text was updated successfully, but these errors were encountered: