Skip to content

Commit

Permalink
Merge pull request #21 from veewee/any
Browse files Browse the repository at this point in the history
Add support for <any />
  • Loading branch information
veewee authored Dec 19, 2024
2 parents 981d684 + 87346f6 commit c30e751
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 c30e751

Please sign in to comment.