@@ -38,7 +38,7 @@ |
||
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 |