summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Utility/IControllerMethodReflector.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/AppFramework/Utility/IControllerMethodReflector.php')
-rw-r--r--lib/public/AppFramework/Utility/IControllerMethodReflector.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/AppFramework/Utility/IControllerMethodReflector.php b/lib/public/AppFramework/Utility/IControllerMethodReflector.php
index fbeb14b1a35..a091c8b3707 100644
--- a/lib/public/AppFramework/Utility/IControllerMethodReflector.php
+++ b/lib/public/AppFramework/Utility/IControllerMethodReflector.php
@@ -37,7 +37,6 @@ namespace OCP\AppFramework\Utility;
* @see https://help.nextcloud.com/t/how-should-we-use-php8-attributes/104278
*/
interface IControllerMethodReflector {
-
/**
* @param object $object an object or classname
* @param string $method the method which we want to inspect