Hi, so this is the code that causes the formatter an error...
<input type="checkbox" class="btn-check" id="<?php echo $recipient . $id; ?>" autocomplete="off" <?php echo $checked; ?>>
<label class="btn btn-outline-primary" for="<?php echo $recipient . $id; ?>">Send to
<?php echo ucfirst($recipient); ?></label>
If I remove all the spacing, it formats it fine, but once it's put all the spacing where it wants it, it errors when running the formatter again, with: "Couldn't format the code due to unexpected change on line..."
Thanks