Skip to content

Commit

Permalink
void to void is not a good normalization : it results in ungeneratabl…
Browse files Browse the repository at this point in the history
…e types
  • Loading branch information
veewee committed Apr 2, 2024
1 parent bc9afe5 commit 7396da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Phpro/SoapClient/CodeGenerator/Util/Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Normalizer
'callable' => 'callable',
'iterable' => 'iterable',
'array' => 'array',
'void' => 'void',
];

/**
Expand Down

0 comments on commit 7396da8

Please sign in to comment.