Skip to content

Commit

Permalink
[phpstorm-stubs] Update ICU version to 73.2 in intl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Jun 18, 2023
1 parent 2612aa8 commit 1b9d13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intl/intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6754,8 +6754,8 @@ function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null
* @link https://php.net/manual/en/intl.constants.php
*/
define('INTL_MAX_LOCALE_LEN', 156);
define('INTL_ICU_VERSION', "73.1");
define('INTL_ICU_DATA_VERSION', "73.1");
define('INTL_ICU_VERSION', "73.2");
define('INTL_ICU_DATA_VERSION', "73.2");
define('ULOC_ACTUAL_LOCALE', 0);
define('ULOC_VALID_LOCALE', 1);
define('GRAPHEME_EXTR_COUNT', 0);
Expand Down

0 comments on commit 1b9d13f

Please sign in to comment.