Skip to content

Commit fd010ea

Browse files
committed
fix(openapi): nullable externalDocs return type
fixes #7163
1 parent bf166bb commit fd010ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenApi/Model/Tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function withDescription(string $description): self
4747
return $clone;
4848
}
4949

50-
public function getExternalDocs(): string
50+
public function getExternalDocs(): ?string
5151
{
5252
return $this->externalDocs;
5353
}

0 commit comments

Comments
 (0)