summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/utility
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-02-17 13:21:07 +0000
committerRoeland Jago Douma <rullzer@owncloud.com>2016-02-19 09:43:11 +0100
commit0d0151a3e1fff5d98f2c764a90e7ebf4f98ae729 (patch)
tree1e5c1ea5113b1d1dfb2d51b86ecfe3fd244b8e9f /lib/public/appframework/utility
parentae2304f23f04f1d6c84f2a049a4b0fdc0c9023c6 (diff)
downloadnextcloud-server-0d0151a3e1fff5d98f2c764a90e7ebf4f98ae729.tar.gz
nextcloud-server-0d0151a3e1fff5d98f2c764a90e7ebf4f98ae729.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/public/appframework/utility')
-rw-r--r--lib/public/appframework/utility/icontrollermethodreflector.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php
index b2f91fdb170..b2261e68859 100644
--- a/lib/public/appframework/utility/icontrollermethodreflector.php
+++ b/lib/public/appframework/utility/icontrollermethodreflector.php
@@ -36,6 +36,7 @@ interface IControllerMethodReflector {
* @param object $object an object or classname
* @param string $method the method which we want to inspect
* @since 8.0.0
+ * @return void
*/
public function reflect($object, $method);