Skip to content

Commit c98c650

Browse files
committed
fixup! Remove reflect method form public interface
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 1a32696 commit c98c650

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/public/AppFramework/Utility/IControllerMethodReflector.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
* @since 8.0.0
3535
*/
3636
interface IControllerMethodReflector {
37+
38+
/**
39+
* @param object $object an object or classname
40+
* @param string $method the method which we want to inspect
41+
* @return void
42+
* @since 8.0.0
43+
* @deprecated 17.0.0 Reflect should not be called multiple times and only be used internally. This will be removed in Nextcloud 18
44+
*/
45+
public function reflect($object, string $method);
46+
3747
/**
3848
* Inspects the PHPDoc parameters for types
3949
*

0 commit comments

Comments
 (0)