Completed
Push — master ( 06d1d5...fff99a )
by Daniel
02:51
created
Rpc/RpcBaseService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function createCallback()
40 40
     {
41
-        $callback = function (AMQPMessage $request) use ($this) {
41
+        $callback = function(AMQPMessage $request) use ($this) {
42 42
 
43 43
             $body = $this->buildService();
44 44
 
Please login to merge, or discard this patch.