Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:25:53 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46586 r46661  
    790790     *
    791791     * @param array $array Dictionary of header values
    792      * @return array List of headers
     792     * @return string[] List of headers
    793793     */
    794794    public static function flatten($array) {
     
    806806     * @deprecated Misspelling of {@see Requests::flatten}
    807807     * @param array $array Dictionary of header values
    808      * @return array List of headers
     808     * @return string[] List of headers
    809809     */
    810810    public static function flattern($array) {
Note: See TracChangeset for help on using the changeset viewer.