Cleaned unused method, property, variable or parameter
This commit is contained in:
@ -54,7 +54,6 @@ class RpcLiteralRequestMessageBinder implements MessageBinderInterface
|
||||
if ($type instanceof ArrayOfType) {
|
||||
$isArray = true;
|
||||
$array = array();
|
||||
$arrayType = $type;
|
||||
|
||||
$type = $this->typeRepository->getType($type->get('item')->getType());
|
||||
}
|
||||
|
@ -42,7 +42,6 @@ class RpcLiteralResponseMessageBinder implements MessageBinderInterface
|
||||
$type = $this->typeRepository->getType($phpType);
|
||||
if ($type instanceof ArrayOfType) {
|
||||
$isArray = true;
|
||||
$arrayType = $type;
|
||||
|
||||
$type = $this->typeRepository->getType($type->get('item')->getType());
|
||||
}
|
||||
|
Reference in New Issue
Block a user