Skip to content

Commit

Permalink
Add support for <any />
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Dec 6, 2024
1 parent 981d684 commit 87346f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/Model/XsdType.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function void(): self
public static function fetchAllKnownBaseTypeMappings(): array
{
return [
'any' => 'mixed',
'any' => 'string',
'anytype' => 'mixed',
'anyuri' => 'string',
'anyxml' => 'string',
Expand Down

0 comments on commit 87346f6

Please sign in to comment.