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