Skip to content

Commit 9949594

Browse files
authored
Merge pull request mpociot#635 from mpociot/analysis-8KEPPA
Apply fixes from StyleCI
2 parents 67a2098 + f920f2a commit 9949594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Writing/Writer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function generateMarkdownOutputForEachRoute(Collection $parsedRoutes, arr
173173
$route['headers']['Content-Type'] = 'application/json';
174174
}
175175

176-
$hasRequestOptions = !empty($route['headers']) || !empty($route['cleanQueryParameters']) || !empty($route['cleanBodyParameters']);
176+
$hasRequestOptions = ! empty($route['headers']) || ! empty($route['cleanQueryParameters']) || ! empty($route['cleanBodyParameters']);
177177
$route['output'] = (string) view('apidoc::partials.route')
178178
->with('hasRequestOptions', $hasRequestOptions)
179179
->with('route', $route)

0 commit comments

Comments
 (0)