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-ixr-client.php

    r48586 r49927  
    1414
    1515    /**
    16      * @param string      $server
    17      * @param string|bool $path
    18      * @param int|bool    $port
    19      * @param int         $timeout
     16     * @param string       $server
     17     * @param string|false $path
     18     * @param int|false    $port
     19     * @param int          $timeout
    2020     */
    2121    public function __construct( $server, $path = false, $port = false, $timeout = 15 ) {
Note: See TracChangeset for help on using the changeset viewer.