Skip to content

Commit

Permalink
Merge pull request #566 from openeuropa/v3.x-add-anyuri-to-normalizer
Browse files Browse the repository at this point in the history
Add AnyURI fallback type to \Phpro\SoapClient\CodeGenerator\Util\Normalizer::$normalizations
  • Loading branch information
veewee authored Jan 30, 2025
2 parents 6b22f20 + 79e45ae commit 2e1c18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Phpro/SoapClient/CodeGenerator/Util/Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Normalizer
'any' => 'mixed',
'anytype' => 'mixed',
'anyxml' => 'string',
'anyuri' => 'string',
'anysimpletype' => 'mixed',
'long' => 'int',
'short' => 'int',
Expand Down

0 comments on commit 2e1c18b

Please sign in to comment.