mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
ac6cb23470
commit
a7c0d2c8fc
@ -37,7 +37,7 @@ class _WP_Dependency {
|
||||
* An array of handle dependencies.
|
||||
*
|
||||
* @since 2.6.0
|
||||
* @var array
|
||||
* @var string[]
|
||||
*/
|
||||
public $deps = array();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user