We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aeb6b commit b3d7c07Copy full SHA for b3d7c07
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