Passed
Push — master ( cefc44...7c8a28 )
by Andrew
05:58 queued 03:22
created
src/services/Convert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,6 +90,6 @@
 block discarded – undo
90 90
             $lines[] = $value;
91 91
         }
92 92
 
93
-        return implode($lines, self::RFC2455_EOL."\t");
93
+        return implode($lines, self::RFC2455_EOL . "\t");
94 94
     }
95 95
 }
Please login to merge, or discard this patch.