Skip to content

Commit

Permalink
array definition for wp_register_script()
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Jan 5, 2025
1 parent 610098f commit 115b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ function wp_rand( $min = 0, $max = 0 ) {
* @param string|bool $src
* @param array<string> $deps
* @param string|bool|null $ver
* @param array{string, string|bool}|bool $args
* @param array{0:string, 1:string|bool}|bool $args
*
* @return bool
*/
Expand Down

0 comments on commit 115b629

Please sign in to comment.