Skip to content

Commit a0e2372

Browse files
committed
Improve specificity of $all_queued_deps type
1 parent 11425f8 commit a0e2372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-dependencies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class WP_Dependencies {
9191
*
9292
* @since 5.4.0
9393
*
94-
* @var ?array
94+
* @var ?array<string, true>
9595
*/
9696
private $all_queued_deps;
9797

0 commit comments

Comments
 (0)