Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Barny-Thorpe committed Mar 28, 2024
1 parent 6c3992c commit b17d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GiftAidField.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function get_field_input($form, $value = '', $entry = null): string
?>
<div
class="gift-box-wrapper bg-gray-50 rounded-br-4 p-7.5"
<?php if(!empty($selectedPriceField)): ?>
<?php if (!empty($selectedPriceField)) : ?>
data-selected-price-field-id="<?php echo esc_attr($selectedPriceField); ?>"
<?php endif; ?>
>
Expand Down

0 comments on commit b17d166

Please sign in to comment.