mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Remove psalm @var annotations which should not be needed
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
a1255539b8
commit
cac3d465f0
1 changed files with 0 additions and 2 deletions
|
|
@ -211,7 +211,6 @@ class UsersController extends AUserData {
|
|||
$users = array_merge(...$users);
|
||||
}
|
||||
|
||||
/** @var array<string, ProvisioningApiUserDetails|array{id: string}> $usersDetails */
|
||||
$usersDetails = [];
|
||||
foreach ($users as $userId) {
|
||||
$userId = (string) $userId;
|
||||
|
|
@ -277,7 +276,6 @@ class UsersController extends AUserData {
|
|||
$users = array_slice($users, $offset);
|
||||
}
|
||||
|
||||
/** @var array<string, ProvisioningApiUserDetails|array{id: string}> $usersDetails */
|
||||
$usersDetails = [];
|
||||
foreach ($users as $userId) {
|
||||
$userData = $this->getUserData($userId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue