Skip to content

Commit 822934d

Browse files
authored
Update src/Services/SwaggerService.php
1 parent ba6dcc9 commit 822934d

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)