Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r48197 r49927  
    4646     * @param string $compressed String to decompress.
    4747     * @param int    $length     The optional length of the compressed data.
    48      * @return string|bool False on failure.
     48     * @return string|false False on failure.
    4949     */
    5050    public static function decompress( $compressed, $length = null ) {
     
    9999     *
    100100     * @param string $gzData String to decompress.
    101      * @return string|bool False on failure.
     101     * @return string|false False on failure.
    102102     */
    103103    public static function compatible_gzinflate( $gzData ) {
Note: See TracChangeset for help on using the changeset viewer.