Skip to content

Commit

Permalink
Mixed is already nulable, no need to mark it as such
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jun 11, 2024
1 parent 5cc6484 commit 73f72a3
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 73f72a3

Please sign in to comment.