Skip to content

Commit def82c5

Browse files
committed
Remove reflect method form public interface
The reflect method is (and should) only every be called internally. Since if you call it again it would otherwise start mixing and matching arguments etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 50769b5 commit def82c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/public/AppFramework/Utility/IControllerMethodReflector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ interface IControllerMethodReflector {
4040
* @param string $method the method which we want to inspect
4141
* @return void
4242
* @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
4344
*/
4445
public function reflect($object, string $method);
4546

0 commit comments

Comments
 (0)