Skip to content

Commit

Permalink
[phpstorm-stubs] update constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Jun 14, 2023
1 parent 01d38e8 commit 7d6d52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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', "72.1");
define('INTL_ICU_DATA_VERSION', "72.1");
define('INTL_ICU_VERSION', "73.1");
define('INTL_ICU_DATA_VERSION', "73.1");
define('ULOC_ACTUAL_LOCALE', 0);
define('ULOC_VALID_LOCALE', 1);
define('GRAPHEME_EXTR_COUNT', 0);
Expand Down
4 changes: 2 additions & 2 deletions pgsql/pgsql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,8 @@ function pg_consume_input(#[LanguageLevelTypeAware(['8.1' => 'PgSql\Connection']
*/
function pg_flush(#[LanguageLevelTypeAware(['8.1' => 'PgSql\Connection'], default: 'resource')] $connection): int|bool {}

define('PGSQL_LIBPQ_VERSION', "15.2");
define('PGSQL_LIBPQ_VERSION_STR', "15.2");
define('PGSQL_LIBPQ_VERSION', "15.3");
define('PGSQL_LIBPQ_VERSION_STR', "15.3");

/**
* Passed to <b>pg_connect</b> to force the creation of a new connection,
Expand Down

0 comments on commit 7d6d52e

Please sign in to comment.