diff options
-rw-r--r-- | lib/public/Http/Client/IClient.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |