Passed
Pull Request — master (#921)
by
unknown
10:53 queued 08:00
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.
examples/5.0testConvert.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,4 +15,4 @@
 block discarded – undo
15 15
 } catch (\Exception $e) {
16 16
     echo str_replace("\n", "<br/>", $e->getMessage());
17 17
 }
18
-     
19 18
\ No newline at end of file
19
+        
20 20
\ No newline at end of file
Please login to merge, or discard this patch.