Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dedoc/documentor
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Aug 22, 2022
2 parents 043b08f + fb6232a commit 3f24a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Support/Generator/Combined/AllOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function toArray()
'allOf' => array_map(
fn ($item) => $item->toArray(),
$this->items,
)
),
];
}

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Generator/Combined/OneOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function toArray()
'oneOf' => array_map(
fn ($item) => $item->toArray(),
$this->items,
)
),
];
}

Expand Down

0 comments on commit 3f24a4f

Please sign in to comment.