@@ -40645,7 +40645,7 @@ class WP_Http
4064540645 * filename?: string,
4064640646 * limit_response_size?: int,
4064740647 * } $args
40648- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
40648+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
4064940649 */
4065040650 public function request($url, $args = array())
4065140651 {
@@ -40716,7 +40716,7 @@ public function _get_first_available_transport($args, $url = \null)
4071640716 * @param string|array $args Optional. Override the defaults.
4071740717 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'.
4071840718 * A WP_Error instance upon error.
40719- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
40719+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
4072040720 */
4072140721 public function post($url, $args = array())
4072240722 {
@@ -40732,7 +40732,7 @@ public function post($url, $args = array())
4073240732 * @param string|array $args Optional. Override the defaults.
4073340733 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'.
4073440734 * A WP_Error instance upon error.
40735- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
40735+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
4073640736 */
4073740737 public function get($url, $args = array())
4073840738 {
@@ -40748,7 +40748,7 @@ public function get($url, $args = array())
4074840748 * @param string|array $args Optional. Override the defaults.
4074940749 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'.
4075040750 * A WP_Error instance upon error.
40751- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
40751+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
4075240752 */
4075340753 public function head($url, $args = array())
4075440754 {
@@ -111684,7 +111684,7 @@ function _wp_http_get_object()
111684111684 * filename?: string,
111685111685 * limit_response_size?: int,
111686111686 * } $args See WP_Http::request()
111687- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111687+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111688111688 */
111689111689 function wp_safe_remote_request($url, $args = array())
111690111690 {
@@ -111723,7 +111723,7 @@ function wp_safe_remote_request($url, $args = array())
111723111723 * filename?: string,
111724111724 * limit_response_size?: int,
111725111725 * } $args See WP_Http::request()
111726- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111726+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111727111727 */
111728111728 function wp_safe_remote_get($url, $args = array())
111729111729 {
@@ -111762,7 +111762,7 @@ function wp_safe_remote_get($url, $args = array())
111762111762 * filename?: string,
111763111763 * limit_response_size?: int,
111764111764 * } $args See WP_Http::request()
111765- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111765+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111766111766 */
111767111767 function wp_safe_remote_post($url, $args = array())
111768111768 {
@@ -111801,7 +111801,7 @@ function wp_safe_remote_post($url, $args = array())
111801111801 * filename?: string,
111802111802 * limit_response_size?: int,
111803111803 * } $args See WP_Http::request()
111804- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111804+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111805111805 */
111806111806 function wp_safe_remote_head($url, $args = array())
111807111807 {
@@ -111865,7 +111865,7 @@ function wp_safe_remote_head($url, $args = array())
111865111865 * filename?: string,
111866111866 * limit_response_size?: int,
111867111867 * } $args See WP_Http::request()
111868- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111868+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111869111869 */
111870111870 function wp_remote_request($url, $args = array())
111871111871 {
@@ -111901,7 +111901,7 @@ function wp_remote_request($url, $args = array())
111901111901 * filename?: string,
111902111902 * limit_response_size?: int,
111903111903 * } $args See WP_Http::request()
111904- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111904+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111905111905 */
111906111906 function wp_remote_get($url, $args = array())
111907111907 {
@@ -111937,7 +111937,7 @@ function wp_remote_get($url, $args = array())
111937111937 * filename?: string,
111938111938 * limit_response_size?: int,
111939111939 * } $args See WP_Http::request()
111940- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111940+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111941111941 */
111942111942 function wp_remote_post($url, $args = array())
111943111943 {
@@ -111973,7 +111973,7 @@ function wp_remote_post($url, $args = array())
111973111973 * filename?: string,
111974111974 * limit_response_size?: int,
111975111975 * } $args See WP_Http::request()
111976- * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_HTTP_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111976+ * @phpstan-return array{headers: \WpOrg\Requests\Utility\CaseInsensitiveDictionary, body: string, response: array{code: int,message: string}, cookies: array<int, \WP_Http_Cookie >, filename: string|null, http_response: \WP_HTTP_Requests_Response}|\WP_Error
111977111977 */
111978111978 function wp_remote_head($url, $args = array())
111979111979 {
0 commit comments