We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06ff97 + 11c2c1b commit ba6dcc9Copy full SHA for ba6dcc9
src/Services/SwaggerService.php
100755
100644
@@ -832,7 +832,7 @@ public function getDocFileContent()
832
833
$this->openAPIValidator->validate($documentation);
834
} catch (Exception $exception) {
835
- return $this->generateEmptyData($this->config['defaults']['error'], ['message' => $exception->getMessage()]);
+ return $this->generateEmptyData($this->config['defaults']['error'], ['message' => $exception->getMessage()]);
836
}
837
838
$additionalDocs = config('auto-doc.additional_paths', []);
0 commit comments