Docs: Use more specific type in description for `_WP_Dependency::$deps`.

Props marekdedic.
See #48303.
Built from https://develop.svn.wordpress.org/trunk@47399


git-svn-id: http://core.svn.wordpress.org/trunk@47186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-01 16:24:04 +00:00
parent 251d77e1a1
commit 7ca7727ec0
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class _WP_Dependency {
* An array of handle dependencies. * An array of handle dependencies.
* *
* @since 2.6.0 * @since 2.6.0
* @var array * @var string[]
*/ */
public $deps = array(); public $deps = array();

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-beta3-47398'; $wp_version = '5.4-beta3-47399';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.