diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
commit | 45a474071e2245a3d2c31a193a02e707c53c5790 (patch) | |
tree | 55c1e7c1ecec34a0f044017c330a61b254bb8fc0 /lib/public/Http | |
parent | 94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (diff) | |
download | nextcloud-server-45a474071e2245a3d2c31a193a02e707c53c5790.tar.gz nextcloud-server-45a474071e2245a3d2c31a193a02e707c53c5790.zip |
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Http')
-rw-r--r-- | lib/public/Http/Client/IClient.php | 1 | ||||
-rw-r--r-- | lib/public/Http/Client/IClientService.php | 1 | ||||
-rw-r--r-- | lib/public/Http/Client/IResponse.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/public/Http/Client/IClient.php b/lib/public/Http/Client/IClient.php index a9c3d448617..4c50c1c6497 100644 --- a/lib/public/Http/Client/IClient.php +++ b/lib/public/Http/Client/IClient.php @@ -30,7 +30,6 @@ namespace OCP\Http\Client; /** * Interface IClient * - * @package OCP\Http * @since 8.1.0 */ interface IClient { diff --git a/lib/public/Http/Client/IClientService.php b/lib/public/Http/Client/IClientService.php index a9f378cd51f..7498be08ed3 100644 --- a/lib/public/Http/Client/IClientService.php +++ b/lib/public/Http/Client/IClientService.php @@ -30,7 +30,6 @@ namespace OCP\Http\Client; /** * Interface IClientService * - * @package OCP\Http * @since 8.1.0 */ interface IClientService { diff --git a/lib/public/Http/Client/IResponse.php b/lib/public/Http/Client/IResponse.php index 3deab2b3c70..c07c550405e 100644 --- a/lib/public/Http/Client/IResponse.php +++ b/lib/public/Http/Client/IResponse.php @@ -31,7 +31,6 @@ namespace OCP\Http\Client; /** * Interface IResponse * - * @package OCP\Http * @since 8.1.0 */ interface IResponse { |