Skip to content

Commit 7588fb1

Browse files
committed
ACP2E-347 - fix static test failure
1 parent 9b403af commit 7588fb1

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Data/Form/Element

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Form/Element/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private function isDate(string $value): bool
6767
}
6868

6969
/**
70-
* initial scope of method was to limit timestamp on x64 systems to mimic x32 systems,
70+
* Initial scope of method was to limit timestamp on x64 systems to mimic x32 systems,
7171
* but keeping the method for compatibility:
7272
* If script executes on x64 system, converts large numeric values to timestamp limit
7373
*

0 commit comments

Comments
 (0)