Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of false.

Follow-up to [46696].

See #48303.

File:
1 edited

Legend:

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

    r46823 r47060  
    312312     * @param string $primary_id_column ID column for the filtered object in $primary_table.
    313313     * @param object $context           Optional. The main query object.
    314      * @return false|array {
     314     * @return array|false {
    315315     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    316316     *
Note: See TracChangeset for help on using the changeset viewer.