Skip to content

Commit 2e1c18b

Browse files
authored
Merge pull request #566 from openeuropa/v3.x-add-anyuri-to-normalizer
Add AnyURI fallback type to \Phpro\SoapClient\CodeGenerator\Util\Normalizer::$normalizations
2 parents 6b22f20 + 79e45ae commit 2e1c18b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Phpro/SoapClient/CodeGenerator/Util/Normalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Normalizer
1515
'any' => 'mixed',
1616
'anytype' => 'mixed',
1717
'anyxml' => 'string',
18+
'anyuri' => 'string',
1819
'anysimpletype' => 'mixed',
1920
'long' => 'int',
2021
'short' => 'int',

0 commit comments

Comments
 (0)