Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:25:46 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Upgrade more parameters in docblocks to used typed array notation.

See #51800, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php

    r48951 r49693  
    553553         *
    554554         * @param WP_REST_Request $request Full details about the request.
    555          * @return array Fields to be included in the response.
     555         * @return string[] Fields to be included in the response.
    556556         */
    557557        public function get_fields_for_response( $request ) {
Note: See TracChangeset for help on using the changeset viewer.