Coding Standards: Use long array syntax in Tests_WP_Timezone::timezone_offset_provider().

Per https://make.wordpress.org/core/2019/07/12/php-coding-standards-changes/, arrays must be declared using long array syntax for clarity.

See #24730.
Built from https://develop.svn.wordpress.org/trunk@45855


git-svn-id: http://core.svn.wordpress.org/trunk@45666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-08-19 21:06:55 +00:00
parent 46ca606114
commit 26f8b67e35

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45854';
$wp_version = '5.3-alpha-45855';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.