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
2323 /**
2424 * Constants for borders of date-type customer attributes
2525 */
26- const MIN_DATE_RANGE_KEY = 'date_range_min ' ;
26+ public const MIN_DATE_RANGE_KEY = 'date_range_min ' ;
2727
28- const MAX_DATE_RANGE_KEY = 'date_range_max ' ;
28+ public const MAX_DATE_RANGE_KEY = 'date_range_max ' ;
2929
3030 /**
3131 * @var array
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class DobTest extends TestCase
5252 private const YEAR = '2014 ' ;
5353
5454 // Value of date('Y', strtotime(self::DATE))
55- private const DATE_FORMAT = 'M /dd/y ' ;
55+ private const DATE_FORMAT = 'MM /dd/y ' ;
5656
5757 /** Constants used by Dob::setDateInput($code, $html) */
5858 private const DAY_HTML =
You can’t perform that action at this time.
0 commit comments