From 9fad97ed429719328d5e29e54359c4c4dcf0b730 Mon Sep 17 00:00:00 2001 From: jcvignoli Date: Sat, 4 Jan 2025 22:33:43 -0300 Subject: [PATCH] proper wp_register_script() array typint in phpdoc --- stubs/WordPress/functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stubs/WordPress/functions.php b/stubs/WordPress/functions.php index 113d5d3..23d0516 100644 --- a/stubs/WordPress/functions.php +++ b/stubs/WordPress/functions.php @@ -1610,11 +1610,11 @@ function wp_rand( $min = 0, $max = 0 ) { } /** - * @param string $handle - * @param string|bool $src - * @param array $deps - * @param string|bool|null $ver - * @param array|bool $args + * @param string $handle + * @param string|bool $src + * @param array $deps + * @param string|bool|null $ver + * @param array|bool $args * * @return bool */