File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ public function setBaseUri($baseUri);
53
53
* @param string $protocolVersion
54
54
* @param string[] $headers
55
55
* @param resource|string|StreamInterface|null $body
56
- * @param array $parameters
57
56
*
58
57
* @return RequestInterface
59
58
*/
@@ -62,8 +61,7 @@ public function createRequest(
62
61
$ uri ,
63
62
$ protocolVersion = '1.1 ' ,
64
63
array $ headers = [],
65
- $ body = null ,
66
- array $ parameters = []
64
+ $ body = null
67
65
);
68
66
69
67
/**
@@ -96,15 +94,13 @@ public function createInternalRequest(
96
94
* @param string $protocolVersion
97
95
* @param string[] $headers
98
96
* @param resource|string|StreamInterface|null $body
99
- * @param array $parameters
100
97
*
101
98
* @return ResponseInterface
102
99
*/
103
100
public function createResponse (
104
101
$ statusCode = 200 ,
105
102
$ protocolVersion = '1.1 ' ,
106
103
array $ headers = [],
107
- $ body = null ,
108
- array $ parameters = []
104
+ $ body = null
109
105
);
110
106
}
You can’t perform that action at this time.
0 commit comments