Passed
Push — master ( 75a548...dbe379 )
by Roberto
02:03 queued 52s
created
src/Common/ValidTXT.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
                     '?',
138 138
                     $field
139 139
                 );
140
-                 $newfield = preg_replace('/\xE0[\x80-\x9F][\x80-\xBF]' .
140
+                    $newfield = preg_replace('/\xE0[\x80-\x9F][\x80-\xBF]' .
141 141
                     '|\xED[\xA0-\xBF][\x80-\xBF]/S', '?', $newfield);
142 142
                 if ($field != $newfield) {
143 143
                     $errors[] = "ERRO: ($num) Existem caracteres não UTF-8, não permitidos, "
Please login to merge, or discard this patch.