Passed
Push — master ( dcc4d7...852993 )
by Jean-Christophe
01:54
created
Ajax/service/JString.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,9 @@
 block discarded – undo
67 67
 	}
68 68
 
69 69
 	public static function doubleBackSlashes($value) {
70
-		if (\is_string($value))
71
-			return \str_replace("\\", "\\\\", $value);
70
+		if (\is_string($value)) {
71
+					return \str_replace("\\", "\\\\", $value);
72
+		}
72 73
 		return $value;
73 74
 	}
74 75
 
Please login to merge, or discard this patch.