Skip to content

Commit

Permalink
chore: indent continue block
Browse files Browse the repository at this point in the history
  • Loading branch information
kilatib committed Nov 6, 2024
1 parent 314a30a commit c0bafda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qtism/data/storage/xml/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ public static function xmlSpecialChars(string $value): string
$esc = "\u{FFFD}";
break;
}

continue 2;
continue 2;
}
$result .= substr($value, $last, $i - $last - $width) . $esc;
$last = $i;
Expand Down

0 comments on commit c0bafda

Please sign in to comment.