Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit 67a45ea

Browse files
committed
remove default argument. see #18
1 parent 2870503 commit 67a45ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/HttpMethodsClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ public function send($method, $uri, array $headers = [], $body = null)
191191
$method,
192192
$uri,
193193
$headers,
194-
$body,
195-
'1.1'
194+
$body
196195
));
197196
}
198197

0 commit comments

Comments
 (0)