Skip to content

Commit

Permalink
fixed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Jan 6, 2025
1 parent 8c034f3 commit dd2d885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1610,10 +1610,10 @@ function wp_rand( $min = 0, $max = 0 ) {
}

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

0 comments on commit dd2d885

Please sign in to comment.