Fix PHP code style

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-12-08 13:08:47 +01:00
parent 354c5ff024
commit 13a438b322
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -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'] !== '') {