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 6959de6 commit b54138cCopy full SHA for b54138c
src/SpecBaseObject.php
@@ -486,8 +486,8 @@ public function getDocumentPosition(): ?JsonPointer
486
}
487
488
/**
489
- * Handle extension properties with `x-` prefix.
490
- * See https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#specificationExtensions
+ * Returns extension properties with `x-` prefix.
+ * @see https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#specificationExtensions
491
* @return array<string, mixed>
492
*/
493
public function getExtensions(): array
0 commit comments