Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable27] expose gps data via webdav #39755

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

backportbot-nextcloud[bot]
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 Note

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
33 of 35 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/39694/stable27 branch August 8, 2023 14:11
@skjnldsv skjnldsv mentioned this pull request Aug 16, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature: dav pending documentation This pull request needs an associated documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants