Passed
Push — master ( f566c8...e1f1a3 )
by Korotkov
06:56 queued 11s
created
src/JsonMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
 {
14 14
     public function getContent(): string
15 15
     {
16
-        return \json_encode(["content" => $this->content]);
16
+        return \json_encode([ "content" => $this->content ]);
17 17
     }
18 18
 }
Please login to merge, or discard this patch.