@@ -164,7 +164,7 @@ |
||
164 | 164 | } |
165 | 165 | |
166 | 166 | /** |
167 | - * @param $body |
|
167 | + * @param string $body |
|
168 | 168 | */ |
169 | 169 | private function handleRequest($body) |
170 | 170 | { |
@@ -82,7 +82,7 @@ |
||
82 | 82 | } |
83 | 83 | /* Send to Message Broker */ |
84 | 84 | $this->handleRequest($body); |
85 | - $rpcResponse = $this->buildRpcResponseCollection(); |
|
85 | + $rpcResponse = $this->buildRpcResponseCollection(); |
|
86 | 86 | |
87 | 87 | return $rpcResponse; |
88 | 88 | } |