We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e80e0 commit 2c1ae9dCopy full SHA for 2c1ae9d
1 file changed
lib/Service/UserMigrationService.php
@@ -331,6 +331,7 @@ protected function importAppsSettings(IUser $user,
331
$type = $userConfig->getValueType($userId, $app, $key);
332
} catch (UnknownKeyException) {
333
/** If type is unknown, default to mixed */
334
+ /** @psalm-suppress UndefinedClass ValueType only exists in 32 and higher, but in this if branch we know it exists */
335
$type = ValueType::MIXED;
336
}
337
/** @psalm-suppress UndefinedClass ValueType only exists in 32 and higher, but in this if branch we know it exists */
0 commit comments