Skip to content

Commit b81101c

Browse files
authored
Merge pull request #16 from veewee/non-nullable-void
Mixed is already nulable, no need to mark it as such
2 parents 5cc6484 + 73f72a3 commit b81101c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Metadata/Model/XsdType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static function void(): self
9797
->withMeta(
9898
static fn (TypeMeta $meta): TypeMeta => $meta
9999
->withIsSimple(true)
100-
->withIsNil(true)
101100
);
102101
}
103102

0 commit comments

Comments
 (0)