diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-11-27 15:32:44 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-11-27 15:32:44 +0000 |
commit | be4c3a8b56b2678d53a1688c8f451769b02b22ad (patch) | |
tree | 2f4aee6160c38e00714fd9d36c48c1e93e992aad /apps/dav/lib | |
parent | 99c28a6ce64075be0bda93b4d46759b18b06aca6 (diff) | |
download | nextcloud-server-be4c3a8b56b2678d53a1688c8f451769b02b22ad.tar.gz nextcloud-server-be4c3a8b56b2678d53a1688c8f451769b02b22ad.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/dav/lib')
-rw-r--r-- | apps/dav/lib/carddav/sharing/plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/carddav/sharing/plugin.php b/apps/dav/lib/carddav/sharing/plugin.php index eeb5abc6d23..99c6f8f912c 100644 --- a/apps/dav/lib/carddav/sharing/plugin.php +++ b/apps/dav/lib/carddav/sharing/plugin.php @@ -32,7 +32,7 @@ class Plugin extends ServerPlugin { * This is for example 'versioning' and is added to the DAV: header * in an OPTIONS response. * - * @return array + * @return string[] */ function getFeatures() { @@ -77,7 +77,7 @@ class Plugin extends ServerPlugin { * * @param RequestInterface $request * @param ResponseInterface $response - * @return null|bool + * @return null|false */ function httpPost(RequestInterface $request, ResponseInterface $response) { |