Skip to content

Commit b54138c

Browse files
authored
Update src/SpecBaseObject.php
1 parent 6959de6 commit b54138c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SpecBaseObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ public function getDocumentPosition(): ?JsonPointer
486486
}
487487

488488
/**
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
489+
* Returns extension properties with `x-` prefix.
490+
* @see https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#specificationExtensions
491491
* @return array<string, mixed>
492492
*/
493493
public function getExtensions(): array

0 commit comments

Comments
 (0)