Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:20:36 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections relating to parameter types.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-object-cache.php

    r48104 r49692  
    171171     * @since 3.0.0
    172172     *
    173      * @param array $groups List of groups that are global.
     173     * @param string|string[] $groups List of groups that are global.
    174174     */
    175175    public function add_global_groups( $groups ) {
Note: See TracChangeset for help on using the changeset viewer.