Skip to content

Commit dda5b2c

Browse files
committed
Fix newlines after comments
1 parent 334bdc9 commit dda5b2c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

view/adminhtml/templates/form/field_type/editor.phtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ $identifier = $field->getScope() . '.' . $field->getCode();
2525
name="<?= $escaper->escapeHtml($field->getCode()) ?>"
2626
data-name="<?= $escaper->escapeHtml($field->getCode()) ?>"
2727
<?php foreach ($fieldAttributes as $attributeName => $attributeValue) : ?>
28-
<?= /* @noEscape */
29-
$attributeName ?>="<?= /* @noEscape */
30-
$attributeValue ?>"
28+
<?= /* @noEscape */ $attributeName ?>="<?= /* @noEscape */ $attributeValue ?>"
3129
<?php endforeach; ?>
3230
:value="<?= $escaper->escapeHtml($identifier) ?>"
3331
@change="<?= $escaper->escapeHtml($field->getAlpineSetter()) ?>"

0 commit comments

Comments
 (0)