File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ class Dob extends AbstractWidget
23
23
/**
24
24
* Constants for borders of date-type customer attributes
25
25
*/
26
- const MIN_DATE_RANGE_KEY = 'date_range_min ' ;
26
+ public const MIN_DATE_RANGE_KEY = 'date_range_min ' ;
27
27
28
- const MAX_DATE_RANGE_KEY = 'date_range_max ' ;
28
+ public const MAX_DATE_RANGE_KEY = 'date_range_max ' ;
29
29
30
30
/**
31
31
* @var array
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class DobTest extends TestCase
52
52
private const YEAR = '2014 ' ;
53
53
54
54
// Value of date('Y', strtotime(self::DATE))
55
- private const DATE_FORMAT = 'M /dd/y ' ;
55
+ private const DATE_FORMAT = 'MM /dd/y ' ;
56
56
57
57
/** Constants used by Dob::setDateInput($code, $html) */
58
58
private const DAY_HTML =
You can’t perform that action at this time.
0 commit comments