Failed Conditions
Push — master ( 2f7299...1dbc04 )
by Igor
03:34
created
src/Quote/StrictQuoteLine.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,8 +118,9 @@
 block discarded – undo
118 118
                     return str_replace(["\t", "\n"], ['\\t', '\\n'], $value);
119 119
                 }
120 120
 
121
-                if (!$skipEncode)
122
-                $value = $this->encodeString($value, $enclosure_esc, $encode_esc);
121
+                if (!$skipEncode) {
122
+                                $value = $this->encodeString($value, $enclosure_esc, $encode_esc);
123
+                }
123 124
 
124 125
                 return $enclosure . $value . $enclosure;
125 126
             }
Please login to merge, or discard this patch.