Merge pull request #16928 from nextcloud/fix/icontrolelrmethodreflector

Remove reflect method form public interface
This commit is contained in:
Roeland Jago Douma 2019-09-03 07:53:36 +02:00 committed by GitHub
commit ecd0d39c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);