Skip to content

Commit

Permalink
Merge pull request #16928 from nextcloud/fix/icontrolelrmethodreflector
Browse files Browse the repository at this point in the history
Remove reflect method form public interface
  • Loading branch information
rullzer authored Sep 3, 2019
2 parents 6093acd + def82c5 commit ecd0d39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ interface IControllerMethodReflector {
* @param string $method the method which we want to inspect
* @return void
* @since 8.0.0
* @deprecated 17.0.0 Reflect should not be called multiple times and only be used internally. This will be removed in Nextcloud 18
*/
public function reflect($object, string $method);

Expand Down

0 comments on commit ecd0d39

Please sign in to comment.