Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (6 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48238 r48586  
    1414
    1515        /**
    16          * @param string $server
     16         * @param string      $server
    1717         * @param string|bool $path
    18          * @param int|bool $port
    19          * @param int $timeout
     18         * @param int|bool    $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.