We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be6be3 commit 1bd4a27Copy full SHA for 1bd4a27
src/OpenApi/Model/PathItem.php
@@ -83,7 +83,7 @@ public function getServers(): ?array
83
return $this->servers;
84
}
85
86
- public function getParameters(): array
+ public function getParameters(): ?array
87
{
88
return $this->parameters;
89
0 commit comments