Docs: Formatting corrections for various docblocks.

See #54729


git-svn-id: https://develop.svn.wordpress.org/trunk@53317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2022-04-29 19:22:56 +00:00
parent 08fb48315a
commit 09cdb9a9bf
6 changed files with 35 additions and 34 deletions

View File

@@ -4515,8 +4515,8 @@ function wp_check_jsonp_callback( $callback ) {
* @param array $options {
* Optional. Options to be used with `json_decode()`.
*
* @type bool associative Optional. When `true`, JSON objects will be returned as associative arrays.
* When `false`, JSON objects will be returned as objects.
* @type bool $associative Optional. When `true`, JSON objects will be returned as associative arrays.
* When `false`, JSON objects will be returned as objects.
* }
*
* @return mixed Returns the value encoded in JSON in appropriate PHP type.