Passed
Pull Request — master (#195)
by
unknown
05:00
created
src/Strings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      */
228 228
     public static function replaceLineBreak($txt)
229 229
     {
230
-		$str = preg_replace('/\r\n?/', ';', $txt);
231
-		return preg_replace('/\r|\n/', ';', $str);
230
+        $str = preg_replace('/\r\n?/', ';', $txt);
231
+        return preg_replace('/\r|\n/', ';', $str);
232 232
     }
233 233
 }
Please login to merge, or discard this patch.