Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Mar 19, 2024

Backport of PR #44297

@backportbot backportbot bot requested a review from come-nc March 19, 2024 09:08
@backportbot backportbot bot added the 3. to review Waiting for reviews label Mar 19, 2024
@backportbot backportbot bot added this to the Nextcloud 28.0.4 milestone Mar 19, 2024
$userSession,
$groupManager,
function ($name) {
function ($name): bool {

Check notice

Code scanning / Psalm

MissingClosureParamType

Parameter $name has no provided type
return !empty($nodes);
}
},
function ($name): bool {

Check notice

Code scanning / Psalm

MissingClosureParamType

Parameter $name has no provided type
}
},
function ($name): bool {
$nodes = \OC::$server->getUserFolder()->getById((int)$name);

Check notice

Code scanning / Psalm

DeprecatedMethod

The method OC\Server::getUserFolder has been marked as deprecated
}
},
function ($name): bool {
$nodes = \OC::$server->getUserFolder()->getById((int)$name);

Check notice

Code scanning / Psalm

PossiblyNullReference

Cannot call method getById on possibly null value
$groupManager,
$entityExistsFunction
$entityExistsFunction,
fn ($name) => true,

Check notice

Code scanning / Psalm

MissingClosureParamType

Parameter $name has no provided type
@come-nc come-nc requested review from a team, ArtificialOwl, nickvergessen and sorbaugh and removed request for a team March 19, 2024 10:24
@come-nc come-nc mentioned this pull request Mar 19, 2024
4 tasks
@Altahrim Altahrim mentioned this pull request Mar 21, 2024
9 tasks
@come-nc come-nc added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Mar 21, 2024
@come-nc come-nc merged commit 1578814 into stable28 Mar 21, 2024
@come-nc come-nc deleted the backport/44297/stable28 branch March 21, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants