Remove space from client interface

This commit is contained in:
2021-10-27 17:55:29 +09:00
parent 7ef4133537
commit 24dc8426de

View File

@@ -12,7 +12,6 @@ interface ClientInterface
*
* @return String
*/
public function request(string $url, array $headers, $params): string;
}