Docs: Corrections and improvements to docblocks for global styles, global settings, theme.json parsing, and shortcodes.

See #57840


git-svn-id: https://develop.svn.wordpress.org/trunk@55711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2023-05-03 18:46:44 +00:00
parent 8a074052c5
commit 90fb45dfdd
4 changed files with 49 additions and 39 deletions

View File

@@ -1781,7 +1781,7 @@ class Tests_Functions extends WP_UnitTestCase {
* Data provider for file validation.
*
* @return array {
* @type array $0... {
* @type array ...$0 {
* @type string $0 File path.
* @type array $1 List of allowed files.
* @type int $2 Expected result.
@@ -1927,7 +1927,7 @@ class Tests_Functions extends WP_UnitTestCase {
* Data provider for stream URL validation.
*
* @return array {
* @type array $0... {
* @type array ...$0 {
* @type string $0 The resource path or URL.
* @type bool $1 Expected result.
* }