diff --git a/src/PSR7/SpecFinder.php b/src/PSR7/SpecFinder.php index e6fc1260..db83ef9f 100644 --- a/src/PSR7/SpecFinder.php +++ b/src/PSR7/SpecFinder.php @@ -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; }