Skip to content

Conversation

@backportbot-nextcloud
Copy link

Backport of #39694

$childrenForMeta = array_filter($children, function (INode $child) use ($relevantMimeType) {
return $child instanceof File && $child->getFileInfo()->getMimePart() === $relevantMimeType;
});
$fileIds = array_map(function (File $child) {

Check notice

Code scanning / Psalm

MissingClosureReturnType

Closure does not have a return type, expecting mixed
@skjnldsv skjnldsv mentioned this pull request Aug 8, 2023
2 tasks
@AndyScherzinger AndyScherzinger merged commit 5ae0569 into stable27 Aug 8, 2023
@AndyScherzinger AndyScherzinger deleted the backport/39694/stable27 branch August 8, 2023 14:11
@skjnldsv skjnldsv mentioned this pull request Aug 16, 2023
7 tasks
@skjnldsv skjnldsv removed the pending documentation This pull request needs an associated documentation update label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants