Completed
Push — master ( 22a29f...cbb2b3 )
by Daniel
03:31
created
Rpc/RpcBaseService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function createCallback()
36 36
     {
37
-        $callback = function (AMQPMessage $request) {
37
+        $callback = function(AMQPMessage $request) {
38 38
             $this->content = new AMQPMessage(
39 39
                 $request->body,
40 40
                 ['correlation_id' => $request->get('correlation_id')]
Please login to merge, or discard this patch.