Skip to content

refactor: validate object store and bucket before setting them

84f7093
Select commit
Loading
Failed to load commit list.
Draft

[stable29] multi-instance object store tweaks #57141

refactor: validate object store and bucket before setting them
84f7093
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Jan 9, 2026 in 15s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 102 in apps/files/lib/Command/Object/Multi/Move.php

See this annotation in the file changed.

Code scanning / Psalm

RiskyTruthyFalsyComparison Note

Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead.

Check notice on line 116 in apps/files/lib/Command/Object/Multi/Move.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyNullReference Note

Cannot call method getCache on possibly null value

Check notice on line 124 in apps/files/lib/Command/Object/Multi/Move.php

See this annotation in the file changed.

Code scanning / Psalm

DeprecatedMethod Note

The method OCP\DB\QueryBuilder\IQueryBuilder::execute has been marked as deprecated

Check notice on line 125 in apps/files/lib/Command/Object/Multi/Move.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyInvalidMethodCall Note

Cannot call method on possible int variable $result