Skip to content

Commit

Permalink
Fixed LiveCodeTest failure: Line exceeds maximum limit of 120 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Oct 9, 2017
1 parent fd66204 commit 6269718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Checkout/Block/Checkout/AttributeMerger.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ protected function getFieldConfig(
$additionalConfig,
[
'config' => [
// customScope is used to group elements within a single form (e.g. they can be validated separately)
// customScope is used to group elements within a single
// form (e.g. they can be validated separately)
'customScope' => $dataScopePrefix,
'template' => 'ui/form/field',
'elementTmpl' => $elementTemplate,
Expand Down

0 comments on commit 6269718

Please sign in to comment.