diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
commit | 730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28 (patch) | |
tree | 0138e7061b207582fcd163a93493b4afefa951e2 /lib/public/iservercontainer.php | |
parent | efcc2e87ab860c50f7904ac8e98914589a9c097a (diff) | |
download | nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.tar.gz nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.zip |
Make scrutinizer happy
Diffstat (limited to 'lib/public/iservercontainer.php')
-rw-r--r-- | lib/public/iservercontainer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index d7df884adf8..f11a5c0133f 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -59,7 +59,7 @@ interface IServerContainer { * is returned from this method. * In case the current execution was not initiated by a web request null is returned * - * @return \OCP\IRequest|null + * @return \OCP\IRequest */ function getRequest(); |