Skip to content

Commit c30e751

Browse files
authored
Merge pull request #21 from veewee/any
Add support for <any />
2 parents 981d684 + 87346f6 commit c30e751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Model/XsdType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function void(): self
106106
public static function fetchAllKnownBaseTypeMappings(): array
107107
{
108108
return [
109-
'any' => 'mixed',
109+
'any' => 'string',
110110
'anytype' => 'mixed',
111111
'anyuri' => 'string',
112112
'anyxml' => 'string',

0 commit comments

Comments
 (0)