From f47f5ad0ea86ff216dcbf898e7d17ece0225c01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 24 Oct 2018 12:54:01 +0200 Subject: [PATCH] Allow property filters to be null MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/Accounts/IAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php index 0fa8f6e53e..6bf4988a9f 100644 --- a/lib/public/Accounts/IAccount.php +++ b/lib/public/Accounts/IAccount.php @@ -78,7 +78,7 @@ interface IAccount extends \JsonSerializable { * @param string $verified \OCP\Accounts\IAccountManager::NOT_VERIFIED | \OCP\Accounts\IAccountManager::VERIFICATION_IN_PROGRESS | \OCP\Accounts\IAccountManager::VERIFIED * @return IAccountProperty[] */ - public function getFilteredProperties(string $scope, string $verified): array; + public function getFilteredProperties(string $scope = null, string $verified = null): array; /** * Get the related user for the account data