added @since 29.0.0 on comment

This commit is contained in:
jithin-space 2024-03-14 12:52:56 +05:30
parent 7c11414c9b
commit 987b984688

View file

@ -173,6 +173,7 @@ interface IClient {
* 'debug' => true,
* @return IResponse
* @throws \Exception If the request could not get completed
* @since 29.0.0
*/
public function patch(string $uri, array $options = []): IResponse;