Skip to content

Commit a6513fc

Browse files
committed
fixup! feat: implement support for authoritative mount providers
Signed-off-by: Salvatore Martire <[email protected]>
1 parent 063e5d5 commit a6513fc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build/psalm-baseline.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3647,12 +3647,6 @@
36473647
<InvalidOperand>
36483648
<code><![CDATA[$user]]></code>
36493649
</InvalidOperand>
3650-
<RedundantCondition>
3651-
<code><![CDATA[get_class($provider) !== 'OCA\Files_Sharing\MountProvider']]></code>
3652-
</RedundantCondition>
3653-
<TypeDoesNotContainType>
3654-
<code><![CDATA[get_class($provider) === 'OCA\Files_Sharing\MountProvider']]></code>
3655-
</TypeDoesNotContainType>
36563650
</file>
36573651
<file src="lib/private/Files/Config/UserMountCache.php">
36583652
<InvalidReturnType>

build/stubs/php-polyfill.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
// PHP 8.4
88
function array_find(array $array, callable $callback) {}
99

10+
// PHP 8.5
11+
function array_any(array $array, callable $callback): bool {}
12+

0 commit comments

Comments
 (0)