Skip to content

Commit 115f599

Browse files
committed
Merge branch '163-modify-500-code-error-response-page' of https://github.com/RonasIT/laravel-swagger into 163-modify-500-code-error-response-page
2 parents dee3246 + 822934d commit 115f599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/SwaggerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function generateEmptyData(?string $view = null, array $viewData = [],
140140
throw new EmptyContactEmailException();
141141
}
142142

143-
if (empty($view) && !empty($this->config['info'])){
143+
if (empty($view) && !empty($this->config['info'])) {
144144
$view = $this->config['info']['description'];
145145
}
146146

0 commit comments

Comments
 (0)