mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
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:
@@ -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.
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user