We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063e5d5 commit a6513fcCopy full SHA for a6513fc
build/psalm-baseline.xml
@@ -3647,12 +3647,6 @@
3647
<InvalidOperand>
3648
<code><![CDATA[$user]]></code>
3649
</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>
3656
</file>
3657
<file src="lib/private/Files/Config/UserMountCache.php">
3658
<InvalidReturnType>
build/stubs/php-polyfill.php
@@ -7,3 +7,6 @@
7
// PHP 8.4
8
function array_find(array $array, callable $callback) {}
9
10
+// PHP 8.5
11
+function array_any(array $array, callable $callback): bool {}
12
+
0 commit comments