Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (7 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-admin/includes/class-core-upgrader.php

    r46610 r47060  
    5858         *                                     Default false.
    5959         * }
    60          * @return null|false|WP_Error False or WP_Error on failure, null on success.
     60         * @return null|false|WP_Error Null on success, false or WP_Error on failure.
    6161         */
    6262        public function upgrade( $current, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.