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

Props marekdedic.
See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47399 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-01 16:22:51 +00:00
parent ac6cb23470
commit a7c0d2c8fc
1 changed files with 1 additions and 1 deletions

View File

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