We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf166bb commit fd010eaCopy full SHA for fd010ea
src/OpenApi/Model/Tag.php
@@ -47,7 +47,7 @@ public function withDescription(string $description): self
47
return $clone;
48
}
49
50
- public function getExternalDocs(): string
+ public function getExternalDocs(): ?string
51
{
52
return $this->externalDocs;
53
0 commit comments