Merge pull request #27 from boxuk/master
Updated code to work with more recent versions of Zend library dependencies
This commit is contained in:
@ -107,7 +107,7 @@ class RpcLiteralRequestMessageBinder implements MessageBinderInterface
|
||||
}
|
||||
|
||||
if (!$type->isNillable() && null === $value) {
|
||||
throw new \SoapFault('SOAP_ERROR_COMPLEX_TYPE', sprintf('"%s:%s" cannot be null.', ucfirst(Wsdl::translateType($phpType)), $type->getName()));
|
||||
throw new \SoapFault('SOAP_ERROR_COMPLEX_TYPE', sprintf('"%s:%s" cannot be null.', ucfirst($phpType), $type->getName()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user