Skip to content

Conversation

@icewind1991
Copy link
Member

Test backport of #46881

$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
Copy link
Contributor

@come-nc come-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

@AndyScherzinger AndyScherzinger changed the title [27] fix: try to find non-recursive share source [stable27] fix: try to find non-recursive share source Aug 1, 2024
instead of always picking the first one, try to find one that won't blow up

Signed-off-by: Robin Appelman <[email protected]>
@AndyScherzinger AndyScherzinger force-pushed the try-non-recursive-source-27 branch from 86c826a to 4e9cf15 Compare August 16, 2024 13:21
@icewind1991
Copy link
Member Author

#47280

@susnux susnux deleted the try-non-recursive-source-27 branch April 23, 2025 11:49
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