Code Duplication    Length = 3-3 lines in 2 locations

admin/gateways/pec24/nusoap.php 2 locations

@@ 5716-5718 (lines=3) @@
5713
        }
5714
        $this->debug("in parametersMatchWrapped: found typeDef=");
5715
        $this->appendDebug($this->varDump($typeDef));
5716
        if (substr($uqType, -1) == '^') {
5717
            $uqType = substr($uqType, 0, -1);
5718
        }
5719
        $phpType = $typeDef['phpType'];
5720
        $arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : '');
5721
        $this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $arrayType");
@@ 6111-6113 (lines=3) @@
6108
        } else {
6109
            $this->debug("in serializeType: found typeDef");
6110
            $this->appendDebug('typeDef=' . $this->varDump($typeDef));
6111
            if (substr($uqType, -1) == '^') {
6112
                $uqType = substr($uqType, 0, -1);
6113
            }
6114
        }
6115
        if (!isset($typeDef['phpType'])) {
6116
            $this->setError("$type ($uqType) has no phpType.");