File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -760,10 +760,12 @@ static function ( $matches ) use ( $file, $dir ) {
760760 *
761761 * @access public
762762 *
763- * @param string $method HTTP method (GET, POST, DELETE, etc.).
764- * @param string $url URL to make the HTTP request to.
765- * @param array $headers Add specific headers to the request.
766- * @param array $options {
763+ * @param string $method HTTP method (GET, POST, DELETE, etc.).
764+ * @param string $url URL to make the HTTP request to.
765+ * @param array|null $data Data to send either as a query string for GET/HEAD requests,
766+ * or in the body for POST requests.
767+ * @param array $headers Add specific headers to the request.
768+ * @param array $options {
767769 * Optional. An associative array of additional request options.
768770 *
769771 * @type bool $halt_on_error Whether or not command execution should be halted on error. Default: true
You can’t perform that action at this time.
0 commit comments