@@ -62,7 +62,7 @@ |
||
62 | 62 | |
63 | 63 | private function write(Envelope $envelope): bool |
64 | 64 | { |
65 | - $content = $this->serializer->serialize($envelope, 'json') . PHP_EOL; |
|
65 | + $content = $this->serializer->serialize($envelope, 'json').PHP_EOL; |
|
66 | 66 | try { |
67 | 67 | $result = (bool)file_put_contents( |
68 | 68 | $this->path, |