Passed
Push — develop ( 9c1ff6...efd2b1 )
by Andrew
03:35
created
src/services/Convert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,6 +100,6 @@
 block discarded – undo
100 100
             $lines[] = $value;
101 101
         }
102 102
 
103
-        return implode(self::RFC2455_EOL.self::RFC2455_SPLIT_LINE, $lines);
103
+        return implode(self::RFC2455_EOL . self::RFC2455_SPLIT_LINE, $lines);
104 104
     }
105 105
 }
Please login to merge, or discard this patch.