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
if (!$this->getContainer()->has('nelmio_api_doc.extractor.api_doc_extractor')) {
48
+
if (!$this->getContainer()->has('nelmio_api_doc.controller.swagger_ui')) {
49
+
throw new \RuntimeException('NelmioApiDocBundle is not installed. Please run `composer require nelmio/api-doc-bundle`.');
50
+
} else {
51
+
throw new \RuntimeException('This command only works with NelmioApiDocBundle 2.x installed while version 3.x is currently installed. Please downgrade to 2.x to execute this command and bump your constraint only after its execution.');
0 commit comments