Skip to content

Commit ff83847

Browse files
committed
Removes default method value
1 parent d3f00d5 commit ff83847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Message/MessageFactoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function setBaseUri($baseUri);
5656
* @return RequestInterface
5757
*/
5858
public function createRequest(
59-
$method = RequestInterface::METHOD_GET,
59+
$method,
6060
$uri,
6161
$protocolVersion = RequestInterface::PROTOCOL_VERSION_1_1,
6262
array $headers = [],
@@ -78,7 +78,7 @@ public function createRequest(
7878
* @return InternalRequestInterface
7979
*/
8080
public function createInternalRequest(
81-
$method = RequestInterface::METHOD_GET,
81+
$method,
8282
$uri,
8383
$protocolVersion = RequestInterface::PROTOCOL_VERSION_1_1,
8484
array $headers = [],

0 commit comments

Comments
 (0)