Skip to content

Commit ff614c9

Browse files
committed
Add parameters parameter to put()
1 parent 9a4ec3d commit ff614c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/HttpClient/HttpClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function patch($path, array $parameters = array(), array $headers = array
5252
*
5353
* @return array Data
5454
*/
55-
public function put($path, array $headers = array());
55+
public function put($path, array $paramters = array(), array $headers = array());
5656

5757
/**
5858
* Send a DELETE request

0 commit comments

Comments
 (0)