Settings:
Symfony: 3.3.*
NelmioApiDocBundle: 3.0
Is there a reason why on production any endpoint description is not rendered?
Is there a particular setting or env that could cause this difference?
I would like to mention that using the same code, the same description is visible in the development environment.

LOCAL

PRODUCTION

Hi !
The bundle need phpdocumentor/reflection-docblock for description : you needs to install it manually for version before 3.2.
@notFloran Thanks. It works!!!
Closing as your issue is fixed :)
Most helpful comment
Hi !
The bundle need
phpdocumentor/reflection-docblockfor description : you needs to install it manually for version before 3.2.See https://github.com/nelmio/NelmioApiDocBundle/pull/1186