Skip to content

Commit 7a1ce13

Browse files
committed
Adds options to InternalRequest message factory
1 parent 488b421 commit 7a1ce13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Message/MessageFactory.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function createRequest(
7474
* @param array|string $data
7575
* @param array $files
7676
* @param array $parameters
77+
* @param array $options
7778
*
7879
* @return InternalRequest
7980
*/
@@ -84,7 +85,8 @@ public function createInternalRequest(
8485
array $headers = [],
8586
$data = [],
8687
array $files = [],
87-
array $parameters = []
88+
array $parameters = [],
89+
array $options = [],
8890
);
8991

9092
/**

0 commit comments

Comments
 (0)