Skip to content

Commit d9a8267

Browse files
committed
Restore original return description
1 parent 8460dd1 commit d9a8267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-script-modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ private function get_marked_for_enqueue(): array {
566566
* @param string[] $ids The identifiers of the script modules for which to gather dependencies.
567567
* @param string[] $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
568568
* Default is both.
569-
* @return array<string, array> Script modules keyed by ID.
569+
* @return array<string, array> List of dependencies, keyed by script module identifier.
570570
*/
571571
private function get_dependencies( array $ids, array $import_types = array( 'static', 'dynamic' ) ): array {
572572
$all_dependencies = array();

0 commit comments

Comments
 (0)