Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json.php

    r51292 r51298  
    4545         *
    4646         * @since 5.8.0
    47          * @var array
     47         * @var string[]
    4848         */
    4949        const VALID_ORIGINS = array(
     
    167167        /**
    168168         * @since 5.8.0
    169          * @var array
     169         * @var string[]
    170170         */
    171171        const ALLOWED_TOP_LEVEL_KEYS = array(
     
    235235        /**
    236236         * @since 5.8.0
    237          * @var array
     237         * @var string[]
    238238         */
    239239        const ELEMENTS = array(
Note: See TracChangeset for help on using the changeset viewer.