Test Setup Failed
Pull Request — master (#45)
by Valentin
02:37
created
src/Workers/MessageAdapter.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,8 @@
 block discarded – undo
69 69
 
70 70
     public function __toString(): string
71 71
     {
72
-        try {
72
+        try
73
+        {
73 74
             return Json::encode([
74 75
                 'routing_key' => $this->getRoutingKey(),
75 76
                 'body' => (string) $this->body,
Please login to merge, or discard this patch.