Completed
Push — master ( 3982f4...cbeecf )
by Garrett
16s
created
src/Utf8String.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,8 @@
 block discarded – undo
249 249
                     continue;
250 250
                 }
251 251
 
252
-                if ($ordcache === 0xFEFF) { // BOM
252
+                if ($ordcache === 0xFEFF) {
253
+// BOM
253 254
                     if ($originOffset !== 0) {
254 255
                         // if not at beginning, store as word joiner U+2060
255 256
                         $this->chars[] = ["\xE2\x81\xA0", 0x2060];
Please login to merge, or discard this patch.