We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991427d commit 7853636Copy full SHA for 7853636
1 file changed
lib/Service/UserMigrationService.php
@@ -327,6 +327,7 @@ protected function importAppsSettings(IUser $user,
327
foreach ($data as $app => $values) {
328
foreach ($values as $key => $value) {
329
$type = $userConfig->getValueType($userId, $app, $key);
330
+ /** @psalm-suppress UndefinedClass ValueType only exists in 32 and higher, but in this if branch we know it exists */
331
switch ($type) {
332
default:
333
case ValueType::MIXED:
0 commit comments