summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-08 13:08:47 +0100
committerJoas Schilling <coding@schilljs.com>2020-12-08 13:08:47 +0100
commit13a438b3224f3f42a0f552230f680a243e1af705 (patch)
tree02f479b0ef4b13ff2f9c19766db4945af3ade3cb
parent354c5ff024570bad20ff2315372d4e78a5d1394c (diff)
downloadnextcloud-server-13a438b3224f3f42a0f552230f680a243e1af705.tar.gz
nextcloud-server-13a438b3224f3f42a0f552230f680a243e1af705.zip
Fix PHP code style
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/private/Repair/NC21/ValidatePhoneNumber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair/NC21/ValidatePhoneNumber.php b/lib/private/Repair/NC21/ValidatePhoneNumber.php
index 06bd560a153..6e25ff26b7e 100644
--- a/lib/private/Repair/NC21/ValidatePhoneNumber.php
+++ b/lib/private/Repair/NC21/ValidatePhoneNumber.php
@@ -66,7 +66,7 @@ class ValidatePhoneNumber implements IRepairStep {
$numUpdated = 0;
$numRemoved = 0;
- $this->userManager->callForSeenUsers(function(IUser $user) use(&$numUpdated, &$numRemoved) {
+ $this->userManager->callForSeenUsers(function (IUser $user) use (&$numUpdated, &$numRemoved) {
$account = $this->accountManager->getUser($user);
if ($account[IAccountManager::PROPERTY_PHONE]['value'] !== '') {