Completed
Pull Request — master (#46)
by Nicolas
05:29
created
src/Messages/Message.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,8 @@
 block discarded – undo
212 212
 
213 213
     public function __toString(): string
214 214
     {
215
-        try {
215
+        try
216
+        {
216 217
             return (string) Json::encode([
217 218
                 'routing_key' => $this->getRoutingKey(),
218 219
                 'body' => (string) $this->body,
Please login to merge, or discard this patch.