Make WordPress Core


Ignore:
Timestamp:
03/01/2020 10:36:38 AM (7 years ago)
Author:
johnbillion
Message:

Docs: Use more specific types in parameter descriptions in place of mixed.

See #48303.

File:
1 edited

Legend:

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

    r47299 r47397  
    12361236         * @since 4.7.0
    12371237         *
    1238          * @param mixed           $value   The username submitted in the request.
     1238         * @param string          $value   The username submitted in the request.
    12391239         * @param WP_REST_Request $request Full details about the request.
    12401240         * @param string          $param   The parameter name.
     
    12731273         * @since 4.7.0
    12741274         *
    1275          * @param mixed           $value   The password submitted in the request.
     1275         * @param string          $value   The password submitted in the request.
    12761276         * @param WP_REST_Request $request Full details about the request.
    12771277         * @param string          $param   The parameter name.
Note: See TracChangeset for help on using the changeset viewer.