Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed.php

    r50556 r51298  
    723723 * @since 4.4.0
    724724 *
    725  * @param bool                      $served  Whether the request has already been served.
    726  * @param WP_HTTP_ResponseInterface $result  Result to send to the client. Usually a WP_REST_Response.
    727  * @param WP_REST_Request           $request Request used to generate the response.
    728  * @param WP_REST_Server            $server  Server instance.
     725 * @param bool             $served  Whether the request has already been served.
     726 * @param WP_HTTP_Response $result  Result to send to the client. Usually a `WP_REST_Response`.
     727 * @param WP_REST_Request  $request Request used to generate the response.
     728 * @param WP_REST_Server   $server  Server instance.
    729729 * @return true
    730730 */
Note: See TracChangeset for help on using the changeset viewer.