summaryrefslogtreecommitdiffstats
path: root/wp-includes/fonts.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/fonts.php')
-rw-r--r--wp-includes/fonts.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/wp-includes/fonts.php b/wp-includes/fonts.php
index 0d7cff5..4e286b7 100644
--- a/wp-includes/fonts.php
+++ b/wp-includes/fonts.php
@@ -15,11 +15,13 @@
* @param array[][] $fonts {
* Optional. The font-families and their font faces. Default empty array.
*
- * @type array {
+ * @type array ...$0 {
* An indexed or associative (keyed by font-family) array of font variations for this font-family.
* Each font face has the following structure.
*
- * @type array {
+ * @type array ...$0 {
+ * The font face properties.
+ *
* @type string $font-family The font-family property.
* @type string|string[] $src The URL(s) to each resource containing the font data.
* @type string $font-style Optional. The font-style property. Default 'normal'.