Skip to content

Commit

Permalink
Merge pull request #16 from veewee/non-nullable-void
Browse files Browse the repository at this point in the history
Mixed is already nulable, no need to mark it as such
  • Loading branch information
veewee authored Jun 11, 2024
2 parents 5cc6484 + 73f72a3 commit b81101c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Metadata/Model/XsdType.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public static function void(): self
->withMeta(
static fn (TypeMeta $meta): TypeMeta => $meta
->withIsSimple(true)
->withIsNil(true)
);
}

Expand Down

0 comments on commit b81101c

Please sign in to comment.