diff options
Diffstat (limited to 'lib/private/Accounts/AccountManager.php')
-rw-r--r-- | lib/private/Accounts/AccountManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Accounts/AccountManager.php b/lib/private/Accounts/AccountManager.php index ffa3e2a9a75..20f596e3a90 100644 --- a/lib/private/Accounts/AccountManager.php +++ b/lib/private/Accounts/AccountManager.php @@ -419,7 +419,7 @@ class AccountManager implements IAccountManager { } } - protected function dataArrayToJson(array $accountData): string { + protected function dataArrayToJson(array $accountData): string { $jsonData = []; foreach ($accountData as $property => $data) { //$property = $data['name']; |