Skip to content

Commit 875a7c2

Browse files
committed
remove comment
1 parent ffc8094 commit 875a7c2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Client/ClientInterface.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,4 @@ public function put(string $path, array $data = []): array;
5151
*/
5252
public function delete(string $path, array $query = []): array;
5353

54-
/*
55-
* @param string $method
56-
* @param string $path
57-
* @param array $options
58-
*
59-
* @return array
60-
*
61-
* @throws ClientException
62-
*/
63-
// public function request(string $method, string $path, array $options = []): array;
6454
}

0 commit comments

Comments
 (0)