Skip to content

Commit b608629

Browse files
committed
Typed constant DEFAULT_LOCALE to null
1 parent 404b1e2 commit b608629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/intl/locale/locale.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class Locale
88
public const int ACTUAL_LOCALE = UNKNOWN;
99
/** @cvalue ULOC_VALID_LOCALE */
1010
public const int VALID_LOCALE = UNKNOWN;
11-
/** @var null */
12-
public const DEFAULT_LOCALE = null;
11+
12+
public const null DEFAULT_LOCALE = null;
1313
/** @cvalue LOC_LANG_TAG */
1414
public const string LANG_TAG = UNKNOWN;
1515
/** @cvalue LOC_EXTLANG_TAG */

0 commit comments

Comments
 (0)