Make WordPress Core


Ignore:
Timestamp:
11/11/2019 02:41:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

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

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r46644 r46696  
    7777     * @since 2.8.0
    7878     *
    79      * @var WP_Error|array $result {
     79     * @var array|WP_Error $result {
    8080     *      @type string $source             The full path to the source the files were installed from.
    8181     *      @type string $source_files       List of all the files in the source directory.
Note: See TracChangeset for help on using the changeset viewer.