diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-18 10:50:00 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-19 09:43:11 +0100 |
commit | 8756a22c60b1128c02b05149f1d8bd8abb250a5b (patch) | |
tree | 1827bdb5ea5751a2e4a6325c7783edb94b4d6d19 /lib/public/appframework | |
parent | 8e3667887396629caeeda2f3727dfb41391e7484 (diff) | |
download | nextcloud-server-8756a22c60b1128c02b05149f1d8bd8abb250a5b.tar.gz nextcloud-server-8756a22c60b1128c02b05149f1d8bd8abb250a5b.zip |
Fix more things
Diffstat (limited to 'lib/public/appframework')
-rw-r--r-- | lib/public/appframework/utility/icontrollermethodreflector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php index b2261e68859..7bf422aa567 100644 --- a/lib/public/appframework/utility/icontrollermethodreflector.php +++ b/lib/public/appframework/utility/icontrollermethodreflector.php @@ -35,8 +35,8 @@ 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 + * @since 8.0.0 */ public function reflect($object, $method); |