Skip to content

Commit

Permalink
proper wp_register_script() array typint in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Jan 5, 2025
1 parent f4e686d commit 9fad97e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1610,11 +1610,11 @@ function wp_rand( $min = 0, $max = 0 ) {
}

/**
* @param string $handle
* @param string|bool $src
* @param array<string> $deps
* @param string|bool|null $ver
* @param array|bool $args
* @param string $handle
* @param string|bool $src
* @param array<string> $deps
* @param string|bool|null $ver
* @param array<string, string|bool>|bool $args
*
* @return bool
*/
Expand Down

0 comments on commit 9fad97e

Please sign in to comment.