Skip to content

Commit

Permalink
Optim : Variable already equals the assigned value
Browse files Browse the repository at this point in the history
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent 282c3bd commit ef4e82e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6277,7 +6277,6 @@ function serializeType($name, $type, $value, $use = 'encoded', $encodingStyle =
} else {
$this->debug("in serializeType: phpType is struct, but value is not an array");
$this->setError("phpType is struct, but value is not an array: see debug output for details");
$xml = '';
}
} elseif ($phpType == 'array') {
if (isset($typeDef['form']) && ($typeDef['form'] == 'qualified')) {
Expand Down

0 comments on commit ef4e82e

Please sign in to comment.