diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-18 16:50:17 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-18 16:50:17 +0200 |
commit | 4a94203492e3b475ee26b65d5992796152c645bd (patch) | |
tree | 1dc90faa67892d53a8af6d87556a6cfd9003b1ca | |
parent | 6231b72e250f275c30228d0738155b78c2333576 (diff) | |
parent | 1d2c1e60ee601ab2d809154968bdfd4f23215e22 (diff) | |
download | nextcloud-server-4a94203492e3b475ee26b65d5992796152c645bd.tar.gz nextcloud-server-4a94203492e3b475ee26b65d5992796152c645bd.zip |
Merge pull request #24706 from owncloud/http_psr4
Move \OCP\Http to PSR-4
-rw-r--r-- | lib/public/Http/Client/IClient.php (renamed from lib/public/http/client/iclient.php) | 0 | ||||
-rw-r--r-- | lib/public/Http/Client/IClientService.php (renamed from lib/public/http/client/iclientservice.php) | 0 | ||||
-rw-r--r-- | lib/public/Http/Client/IResponse.php (renamed from lib/public/http/client/iresponse.php) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/public/http/client/iclient.php b/lib/public/Http/Client/IClient.php index 85db2a9ad02..85db2a9ad02 100644 --- a/lib/public/http/client/iclient.php +++ b/lib/public/Http/Client/IClient.php diff --git a/lib/public/http/client/iclientservice.php b/lib/public/Http/Client/IClientService.php index 907aa42fd3b..907aa42fd3b 100644 --- a/lib/public/http/client/iclientservice.php +++ b/lib/public/Http/Client/IClientService.php diff --git a/lib/public/http/client/iresponse.php b/lib/public/Http/Client/IResponse.php index 09189d77014..09189d77014 100644 --- a/lib/public/http/client/iresponse.php +++ b/lib/public/Http/Client/IResponse.php |