Passed
Push — master ( 160a67...24aef1 )
by Damian
02:17
created
src/Driver/FilesystemQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.