From ef4e82ef4bad01cb703920a5ca91e33219038b03 Mon Sep 17 00:00:00 2001 From: s-renier-taonix-fr Date: Mon, 13 Feb 2023 11:02:39 +0800 Subject: [PATCH] Optim : Variable already equals the assigned value --- src/nusoap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nusoap.php b/src/nusoap.php index 5c25415..b73b3fb 100755 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -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')) {