@@ -51,8 +51,8 @@ |
||
51 | 51 | { |
52 | 52 | $this->connection = $connection; |
53 | 53 | |
54 | - $this->withFormatter(function ($message) { |
|
55 | - return (string)$message; |
|
54 | + $this->withFormatter(function($message) { |
|
55 | + return (string) $message; |
|
56 | 56 | }); |
57 | 57 | } |
58 | 58 |
@@ -131,7 +131,7 @@ |
||
131 | 131 | |
132 | 132 | $this->producer && $this->producer->selfCheck(); |
133 | 133 | |
134 | - $wrapper = function (AMQPMessage $message) { |
|
134 | + $wrapper = function(AMQPMessage $message) { |
|
135 | 135 | $result = call_user_func($this->worker, $message->getBody()); |
136 | 136 | |
137 | 137 | if ($result && $this->producer) { |