Skip to content

Commit 1de4b8c

Browse files
committed
fixing static check errors
1 parent db5e65f commit 1de4b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Block/Widget/DobTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public function testGetHtmlExtraParamsWithRequiredOption()
547547
->with('{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}')
548548
->will(
549549
$this->returnValue(
550-
'{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}'
550+
'{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}'
551551
)
552552
);
553553

app/code/Magento/Customer/view/frontend/web/js/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require([
33
'moment',
44
'jquery/validate',
55
'mage/translate',
6-
], function($, moment) {
6+
], function ($, moment) {
77
'use strict';
88

99
$.validator.addMethod(

0 commit comments

Comments
 (0)