Completed
Push — master ( 371f7d...1c3c02 )
by Daniel
03:19
created
Rpc/RpcClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $body
167
+     * @param string $body
168 168
      */
169 169
     private function handleRequest($body)
170 170
     {
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.