Skip to content

[stable29] fix: try to find non-recursive share source - #47278

Merged
sorbaugh merged 1 commit into
stable29from
backport/46881/stable29
Aug 19, 2024
Merged

[stable29] fix: try to find non-recursive share source#47278
sorbaugh merged 1 commit into
stable29from
backport/46881/stable29

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #46881

instead of always picking the first one, try to find one that won't blow up
Signed-off-by: Robin Appelman <robin@icewind.nl>
$this->cache = null;
break;
}
if (!$this->nonMaskedStorage) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Operand of type false is always falsy
$this->cache = null;
break;
}
if (!$this->nonMaskedStorage) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Docblock-defined type OCP\Files\Storage\IStorage for $this->nonMaskedStorage is never falsy
@sorbaugh
sorbaugh merged commit b8a864a into stable29Aug 19, 2024
@sorbaugh
sorbaugh deleted the backport/46881/stable29 branch August 19, 2024 14:44
@skjnldsvskjnldsv mentioned this pull request Aug 20, 2024
9 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbughigh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@icewind1991@AndyScherzinger@github-advanced-security@sorbaugh