File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Intl/DateFormatter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class IntlDateFormatter
119
119
/**
120
120
* @var bool
121
121
*/
122
- private $ unitializedTimeZoneId = false ;
122
+ private $ uninitializedTimeZoneId = false ;
123
123
124
124
/**
125
125
* @var string
@@ -371,7 +371,7 @@ public function getTimeType()
371
371
*/
372
372
public function getTimeZoneId ()
373
373
{
374
- if (!$ this ->unitializedTimeZoneId ) {
374
+ if (!$ this ->uninitializedTimeZoneId ) {
375
375
return $ this ->timeZoneId ;
376
376
}
377
377
@@ -551,7 +551,7 @@ public function setTimeZoneId($timeZoneId)
551
551
$ timeZoneId = getenv ('TZ ' ) ?: 'UTC ' ;
552
552
}
553
553
554
- $ this ->unitializedTimeZoneId = true ;
554
+ $ this ->uninitializedTimeZoneId = true ;
555
555
}
556
556
557
557
// Backup original passed time zone
You can’t perform that action at this time.
0 commit comments