Ticket #48267: 48267-lsp-fixes.patch
File 48267-lsp-fixes.patch, 554 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/class-wp-http-ixr-client.php
diff --git a/src/wp-includes/class-wp-http-ixr-client.php b/src/wp-includes/class-wp-http-ixr-client.php index f873e8f728..5f7bc7a12a 100644
a b public function __construct( $server, $path = false, $port = false, $timeout = 1 48 48 /** 49 49 * @return bool 50 50 */ 51 public function query( ) {51 public function query( ...$args ) { 52 52 $args = func_get_args(); 53 53 $method = array_shift( $args ); 54 54 $request = new IXR_Request( $method, $args );