Skip to content

Commit 246bb0b

Browse files
committed
docs: add toObject() in the example
1 parent f9a4041 commit 246bb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ $doc = new OASv3\Document(
7070
$yaml = $doc->toYaml();
7171
$json = $doc->toJson();
7272
$arr = $doc->toArray();
73+
$obj = $doc->toObject();
7374

7475
```
7576

0 commit comments

Comments
 (0)