Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Feb 6, 2025

Backport of PR #50660

skjnldsv and others added 2 commits February 6, 2025 15:15
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
// Single digit extensions will be treated as integers
// Let's make sure they are strings
// https://github.com/nextcloud/server/issues/42902
$key = (string)$key;

Check notice

Code scanning / Psalm

RedundantCastGivenDocblockType Note

Redundant cast to string given docblock-provided type
// Single digit extensions will be treated as integers
// Let's make sure they are strings
// https://github.com/nextcloud/server/issues/42902
$ext = (string)$ext;

Check notice

Code scanning / Psalm

RedundantCastGivenDocblockType Note

Redundant cast to string given docblock-provided type
This was referenced Feb 11, 2025
@AndyScherzinger AndyScherzinger merged commit 6964531 into stable30 Feb 13, 2025
170 of 171 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/50660/stable30 branch February 13, 2025 15:42
@blizzz blizzz mentioned this pull request Mar 4, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants