From 987b9846888174259dbc28329defdf6cf56d17d8 Mon Sep 17 00:00:00 2001 From: jithin-space Date: Thu, 14 Mar 2024 12:52:56 +0530 Subject: [PATCH] added @since 29.0.0 on comment --- lib/public/Http/Client/IClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Http/Client/IClient.php b/lib/public/Http/Client/IClient.php index 90e7654f51d..e3135fc7aff 100644 --- a/lib/public/Http/Client/IClient.php +++ b/lib/public/Http/Client/IClient.php @@ -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;