Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Feb 23, 2024
1 parent 3ae3b70 commit 83be5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelRequestDocsToOpenApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private function docsToOpenApi(array $docs): void
}
protected function setAndFilterResponses(Doc $doc): array
{
$docResponses = $doc->getResponses();
$docResponses = $doc->getResponses();
$configResponses = config('request-docs.open_api.responses', []);
if (empty($docResponses) || empty($configResponses)) {
return $configResponses;
Expand Down

0 comments on commit 83be5f7

Please sign in to comment.