Fix(l10n): Update translations from Transifex #956
Annotations
10 errors and 1 warning
lib/Hooks/FileListener.php#L73
lib/Hooks/FileListener.php:73:13: MixedReturnTypeCoercion: The declared return type 'list<string>' for OCA\Recognize\Hooks\FileListener::getUsersWithFileAccess is more specific than the inferred return type 'list<mixed>' (see https://psalm.dev/197)
|
lib/Hooks/FileListener.php#L88
lib/Hooks/FileListener.php:88:3: MixedAssignment: Unable to determine the type that $userIds is being assigned to (see https://psalm.dev/032)
|
lib/Hooks/FileListener.php#L88
lib/Hooks/FileListener.php:88:15: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
|
lib/Hooks/FileListener.php#L90
lib/Hooks/FileListener.php:90:10: MixedReturnTypeCoercion: The type 'list<mixed>' is more general than the declared return type 'list<string>' for OCA\Recognize\Hooks\FileListener::getUsersWithFileAccess (see https://psalm.dev/197)
|
lib/Hooks/FileListener.php#L90
lib/Hooks/FileListener.php:90:36: MixedArgument: Argument 1 of array_unique cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
lib/Hooks/FileListener.php#L93
lib/Hooks/FileListener.php:93:19: MissingReturnType: Method OCA\Recognize\Hooks\FileListener::getGroupFolderParticipants does not have a return type, expecting list<string> (see https://psalm.dev/050)
|
lib/Hooks/FileListener.php#L107
lib/Hooks/FileListener.php:107:4: MixedAssignment: Unable to determine the type that $groupFolderManager is being assigned to (see https://psalm.dev/032)
|
lib/Hooks/FileListener.php#L107
lib/Hooks/FileListener.php:107:43: UndefinedClass: Class, interface or enum named OCA\Recognize\Hooks\OCA\GroupFolders\Folder\FolderManager does not exist (see https://psalm.dev/019)
|
lib/Hooks/FileListener.php#L107
lib/Hooks/FileListener.php:107:43: MixedArgument: Argument 1 of OCP\Server::get cannot be mixed, expecting string (see https://psalm.dev/030)
|
lib/Hooks/FileListener.php#L112
lib/Hooks/FileListener.php:112:3: MixedAssignment: Unable to determine the type that $folder is being assigned to (see https://psalm.dev/032)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading