We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488b421 commit 7a1ce13Copy full SHA for 7a1ce13
src/Message/MessageFactory.php
@@ -74,6 +74,7 @@ public function createRequest(
74
* @param array|string $data
75
* @param array $files
76
* @param array $parameters
77
+ * @param array $options
78
*
79
* @return InternalRequest
80
*/
@@ -84,7 +85,8 @@ public function createInternalRequest(
84
85
array $headers = [],
86
$data = [],
87
array $files = [],
- array $parameters = []
88
+ array $parameters = [],
89
+ array $options = [],
90
);
91
92
/**
0 commit comments