Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-10-24 13:54:01 +0300
committerJulius Härtl <jus@bitgrid.net>2018-10-24 13:54:01 +0300
commitf47f5ad0ea86ff216dcbf898e7d17ece0225c01e (patch)
treecba40a85f8739178b66d5c5480818f2633bcd884 /lib/public
parent86f29ffdbcc4500c738fd20bf253b20aafea3ac3 (diff)
Allow property filters to be null
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Accounts/IAccount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php
index 0fa8f6e53e4..6bf4988a9f1 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