$encoding is one of XSD constants so it may be int or string

This commit is contained in:
orklah 2019-11-07 19:20:47 +01:00
parent 4cdbd9c9bf
commit 573138860a
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class SoapVar {
* @param mixed $data <p>
* The data to pass or return.
* </p>
* @param string $encoding <p>
* @param string|int $encoding <p>
* The encoding ID, one of the XSD_... constants.
* </p>
* @param string $type_name [optional] <p>