Skip to content

Commit

Permalink
Temporary silence phpstan for checking type of magic props
Browse files Browse the repository at this point in the history
  • Loading branch information
scaytrase committed Jan 28, 2023
1 parent 271b7ef commit f6af720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSR7/SpecFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function findSecuritySpecs(OperationAddress $addr): array
return $securitySpecs;
}

// security is set on root level (fallback option)
// @phpstan-ignore-next-line security is set on root level (fallback option)
return $this->openApi->security;
}

Expand Down

0 comments on commit f6af720

Please sign in to comment.