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 222a282 commit bfc30d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phpro/SoapClient/CodeGenerator/Util/Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Normalizer
{
private static $normalizations = [
'any' => 'mixed',
'any' => 'string',
'anytype' => 'mixed',
'anyxml' => 'string',
'anysimpletype' => 'mixed',
Expand Down

0 comments on commit bfc30d9

Please sign in to comment.