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);
5353 * @param string $protocolVersion
5454 * @param string[] $headers
5555 * @param resource|string|StreamInterface|null $body
56- * @param array $parameters
5756 *
5857 * @return RequestInterface
5958 */
@@ -62,8 +61,7 @@ public function createRequest(
6261 $ uri ,
6362 $ protocolVersion = '1.1 ' ,
6463 array $ headers = [],
65- $ body = null ,
66- array $ parameters = []
64+ $ body = null
6765 );
6866
6967 /**
@@ -96,15 +94,13 @@ public function createInternalRequest(
9694 * @param string $protocolVersion
9795 * @param string[] $headers
9896 * @param resource|string|StreamInterface|null $body
99- * @param array $parameters
10097 *
10198 * @return ResponseInterface
10299 */
103100 public function createResponse (
104101 $ statusCode = 200 ,
105102 $ protocolVersion = '1.1 ' ,
106103 array $ headers = [],
107- $ body = null ,
108- array $ parameters = []
104+ $ body = null
109105 );
110106}
You can’t perform that action at this time.
0 commit comments