Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Dec 4, 2023
1 parent 10dcca3 commit 852888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/PathItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PathItem extends \OpenApi\Annotations\PathItem
*/
public function __construct(
?string $path = null,
?string $ref = null,
mixed $ref = null,
?string $summary = null,
?string $description = null,
?Get $get = null,
Expand Down

0 comments on commit 852888d

Please sign in to comment.