Make WordPress Core


Ignore:
Timestamp:
05/01/2024 11:42:24 PM (12 months ago)
Author:
johnbillion
Message:

Docs: Correct some docblock indentation.

See #60699

File:
1 edited

Legend:

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

    r57926 r58071  
    33263326     *
    33273327     * @return WP_Error|array {
    3328      *    Page cache detail or else a WP_Error if unable to determine.
    3329      *
    3330      *    @type string   $status                 Page cache status. Good, Recommended or Critical.
    3331      *    @type bool     $advanced_cache_present Whether page cache plugin is available or not.
    3332      *    @type string[] $headers                Client caching response headers detected.
    3333      *    @type float    $response_time          Response time of site.
     3328     *     Page cache detail or else a WP_Error if unable to determine.
     3329     *
     3330     *     @type string   $status                 Page cache status. Good, Recommended or Critical.
     3331     *     @type bool     $advanced_cache_present Whether page cache plugin is available or not.
     3332     *     @type string[] $headers                Client caching response headers detected.
     3333     *     @type float    $response_time          Response time of site.
    33343334     * }
    33353335     */
Note: See TracChangeset for help on using the changeset viewer.