summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/class-wp-http-ixr-client.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-includes/class-wp-http-ixr-client.php')
-rw-r--r--src/wp-includes/class-wp-http-ixr-client.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wp-includes/class-wp-http-ixr-client.php b/src/wp-includes/class-wp-http-ixr-client.php
index 479824f39b..5de31618fa 100644
--- a/src/wp-includes/class-wp-http-ixr-client.php
+++ b/src/wp-includes/class-wp-http-ixr-client.php
@@ -13,10 +13,10 @@ class WP_HTTP_IXR_Client extends IXR_Client {
public $error;
/**
- * @param string $server
- * @param string|bool $path
- * @param int|bool $port
- * @param int $timeout
+ * @param string $server
+ * @param string|false $path
+ * @param int|false $port
+ * @param int $timeout
*/
public function __construct( $server, $path = false, $port = false, $timeout = 15 ) {
if ( ! $path ) {