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 d3f00d5 commit ff83847Copy full SHA for ff83847
src/Message/MessageFactoryInterface.php
@@ -56,7 +56,7 @@ public function setBaseUri($baseUri);
56
* @return RequestInterface
57
*/
58
public function createRequest(
59
- $method = RequestInterface::METHOD_GET,
+ $method,
60
$uri,
61
$protocolVersion = RequestInterface::PROTOCOL_VERSION_1_1,
62
array $headers = [],
@@ -78,7 +78,7 @@ public function createRequest(
78
* @return InternalRequestInterface
79
80
public function createInternalRequest(
81
82
83
84
0 commit comments