Update HttpClientInterface.php

This commit is contained in:
Tony Roy 2021-03-11 23:22:28 -04:00 committed by GitHub
commit 61716c22c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ interface HttpClientInterface
* @param $method
* @return mixed
*/
public function request($body, $method);
public function request($path, $body, $method);
/**
* @param array $options