diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-05-13 08:27:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 08:27:28 +0200 |
commit | fe33e9c08cbbc80738660d2d78838f04d24e0e2e (patch) | |
tree | feab7d407620addc9a7eb50f8bd5789e08434074 /build/psalm-baseline.xml | |
parent | 48bb547e8a24dab04bcc18df9bf5f50aa6b7462a (diff) | |
parent | ec6b83cc1891214c7fa3a236626807b4335f9a2f (diff) | |
download | nextcloud-server-fe33e9c08cbbc80738660d2d78838f04d24e0e2e.tar.gz nextcloud-server-fe33e9c08cbbc80738660d2d78838f04d24e0e2e.zip |
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b2953298fa9..8e8195102a1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1371,9 +1371,7 @@ </InvalidReturnType> </file> <file src="apps/files_external/lib/Lib/Storage/SMB.php"> - <InvalidPropertyAssignmentValue occurrences="1"> - <code>new CappedMemoryCache()</code> - </InvalidPropertyAssignmentValue> + <InvalidPropertyAssignmentValue occurrences="1"/> <InvalidScalarArgument occurrences="7"> <code>$e->getCode()</code> <code>$e->getCode()</code> @@ -1911,16 +1909,6 @@ <ParadoxicalCondition occurrences="1"/> </file> <file src="apps/user_ldap/lib/Group_LDAP.php"> - <InvalidArgument occurrences="1"> - <code>$this->cachedGroupsByMember[$uid]</code> - </InvalidArgument> - <InvalidPropertyAssignmentValue occurrences="5"> - <code>$this->cachedGroupsByMember</code> - <code>$this->cachedNestedGroups</code> - <code>new CappedMemoryCache()</code> - <code>new CappedMemoryCache()</code> - <code>new CappedMemoryCache()</code> - </InvalidPropertyAssignmentValue> <InvalidReturnStatement occurrences="1"> <code>$groupName</code> </InvalidReturnStatement> @@ -2116,9 +2104,6 @@ <InvalidOperand occurrences="1"> <code>$result</code> </InvalidOperand> - <InvalidPropertyAssignmentValue occurrences="1"> - <code>[]</code> - </InvalidPropertyAssignmentValue> <InvalidReturnStatement occurrences="1"> <code>$result</code> </InvalidReturnStatement> @@ -2989,11 +2974,6 @@ <code>getShareForToken</code> </UndefinedMethod> </file> - <file src="lib/private/Encryption/File.php"> - <InvalidPropertyAssignmentValue occurrences="1"> - <code>new CappedMemoryCache()</code> - </InvalidPropertyAssignmentValue> - </file> <file src="lib/private/Encryption/Keys/Storage.php"> <InvalidNullableReturnType occurrences="1"> <code>deleteUserKey</code> @@ -3123,17 +3103,6 @@ <LessSpecificImplementedReturnType occurrences="1"> <code>array</code> </LessSpecificImplementedReturnType> - <UndefinedInterfaceMethod occurrences="9"> - <code>$this->cacheInfoCache</code> - <code>$this->cacheInfoCache</code> - <code>$this->cacheInfoCache</code> - <code>$this->mountsForUsers</code> - <code>$this->mountsForUsers</code> - <code>$this->mountsForUsers</code> - <code>$this->mountsForUsers</code> - <code>$this->mountsForUsers</code> - <code>$this->mountsForUsers</code> - </UndefinedInterfaceMethod> </file> <file src="lib/private/Files/Filesystem.php"> <InvalidNullableReturnType occurrences="1"> |