Skip to content

Commit 545c8b6

Browse files
committed
MAGETWO-47301: PHP7 Integration test failed - syntax error, unexpected 'Gateway' (T_STRING)
- added missed period
1 parent 3bc13bc commit 545c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/Form/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function prepare()
7171
$formElement = $this->getData('config/formElement');
7272
if (null === $formElement) {
7373
throw new LocalizedException(__(
74-
'The configuration parameter "formElement" is a required for "%1" field',
74+
'The configuration parameter "formElement" is a required for "%1" field.',
7575
$this->getName()
7676
));
7777
}

0 commit comments

Comments
 (0)