Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

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

    r46188 r46823  
    823823         * @since 4.1.0
    824824         *
    825          * @param string|bool $alias        Table alias, or false if none was found.
    826          * @param array       $clause       First-order query clause.
    827          * @param array       $parent_query Parent of $clause.
    828          * @param object      $this         WP_Meta_Query object.
     825         * @param string|bool   $alias        Table alias, or false if none was found.
     826         * @param array         $clause       First-order query clause.
     827         * @param array         $parent_query Parent of $clause.
     828         * @param WP_Meta_Query $this         WP_Meta_Query object.
    829829         */
    830830        return apply_filters( 'meta_query_find_compatible_table_alias', $alias, $clause, $parent_query, $this );
Note: See TracChangeset for help on using the changeset viewer.