Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:53:43 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48590 r48591  
    25772577         *
    25782578         * @param string|null $query  SQL query.
    2579          * @param string      $output Optional. The required return type. Possible values include
    2580          *                            OBJECT, ARRAY_A, or ARRAY_N, which correspond to an stdClass object,
    2581          *                            an associative array, or a numeric array, respectively. Default OBJECT.
     2579         * @param string      $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
     2580         *                            correspond to an stdClass object, an associative array, or a numeric array,
     2581         *                            respectively. Default OBJECT.
    25822582         * @param int         $y      Optional. Row to return. Indexed from 0.
    25832583         * @return array|object|null|void Database query result in format specified by $output or null on failure.
Note: See TracChangeset for help on using the changeset viewer.