Make WordPress Core


Ignore:
Timestamp:
01/30/2022 07:23:25 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of types in various inline documentation.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-date-query.php

    r52332 r52652  
    5454     *
    5555     * @since 4.1.0
    56      * @var array
     56     * @var string[]
    5757     */
    5858    public $time_keys = array( 'after', 'before', 'year', 'month', 'monthnum', 'week', 'w', 'dayofyear', 'day', 'dayofweek', 'dayofweek_iso', 'hour', 'minute', 'second' );
Note: See TracChangeset for help on using the changeset viewer.