Skip to content

Commit 013d0ba

Browse files
committed
Fixing additionally static tests
1 parent 834e37e commit 013d0ba

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/view/frontend/templates/form

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/form/edit.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Magento\Customer\Block\Widget\Name;
88

99
/** @var \Magento\Customer\Block\Form\Edit $block */
10-
?>
10+
?>
1111
<form class="form form-edit-account"
1212
action="<?= $block->escapeUrl($block->getUrl('customer/account/editPost')) ?>"
1313
method="post" id="form-validate"
@@ -140,7 +140,7 @@ use Magento\Customer\Block\Widget\Name;
140140
}
141141
},
142142
ignore: ':hidden:not(' + ignore + ')'
143-
<?php else : ?>
143+
<?php else: ?>
144144
ignore: ignore ? ':hidden:not(' + ignore + ')' : ':hidden'
145145
<?php endif ?>
146146
});

0 commit comments

Comments
 (0)