diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-18 14:44:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 14:44:28 +0200 |
commit | 0270068fedd0282585bb5d2ffd5c823932a8ea72 (patch) | |
tree | 988dc8ad317ce4ba136b5ce171eb2d6147c37c99 /build | |
parent | 00c2c620acfdcf188a3ea9047458414749520fa9 (diff) | |
parent | 54031e370ac05b127d4bc799de99ce1b643adcbb (diff) | |
download | nextcloud-server-0270068fedd0282585bb5d2ffd5c823932a8ea72.tar.gz nextcloud-server-0270068fedd0282585bb5d2ffd5c823932a8ea72.zip |
Merge pull request #34628 from nextcloud/fix/files_sharing_psalm
Various psalm fixes in files_sharing
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 61 |
1 files changed, 1 insertions, 60 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e5c2ce9b992..dc2b8a8f10a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -829,7 +829,6 @@ </RedundantCondition> <TypeDoesNotContainType occurrences="2"> <code>get_class($res) === 'OpenSSLAsymmetricKey'</code> - <code>is_object($res)</code> </TypeDoesNotContainType> </file> <file src="apps/encryption/lib/Crypto/EncryptAll.php"> @@ -1286,36 +1285,7 @@ <code>addServiceListener</code> </InvalidArgument> </file> - <file src="apps/files_sharing/lib/Cache.php"> - <FalsableReturnStatement occurrences="1"> - <code>false</code> - </FalsableReturnStatement> - <NullArgument occurrences="1"> - <code>null</code> - </NullArgument> - </file> - <file src="apps/files_sharing/lib/Capabilities.php"> - <InvalidScalarArgument occurrences="1"> - <code>Constants::PERMISSION_ALL</code> - </InvalidScalarArgument> - </file> - <file src="apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php"> - <UndefinedInterfaceMethod occurrences="1"> - <code>getUserFolder</code> - </UndefinedInterfaceMethod> - </file> <file src="apps/files_sharing/lib/Controller/ShareAPIController.php"> - <InvalidOperand occurrences="1"> - <code>$permissions</code> - </InvalidOperand> - <InvalidScalarArgument occurrences="3"> - <code>$code</code> - <code>$code</code> - <code>Constants::PERMISSION_ALL</code> - </InvalidScalarArgument> - <RedundantCondition occurrences="1"> - <code>$permissions & Constants::PERMISSION_READ</code> - </RedundantCondition> <UndefinedClass occurrences="2"> <code>\OCA\Circles\Api\v1\Circles</code> <code>\OCA\Circles\Api\v1\Circles</code> @@ -1331,8 +1301,7 @@ <InvalidArgument occurrences="1"> <code>$files_list</code> </InvalidArgument> - <InvalidScalarArgument occurrences="3"> - <code>$freeSpace</code> + <InvalidScalarArgument occurrences="1"> <code>$maxUploadFilesize</code> <code>$maxUploadFilesize</code> </InvalidScalarArgument> @@ -1340,39 +1309,11 @@ <code>null</code> </NullArgument> </file> - <file src="apps/files_sharing/lib/Controller/ShareInfoController.php"> - <NullArgument occurrences="1"> - <code>$password</code> - </NullArgument> - </file> - <file src="apps/files_sharing/lib/External/Cache.php"> - <ParamNameMismatch occurrences="1"> - <code>$id</code> - </ParamNameMismatch> - </file> - <file src="apps/files_sharing/lib/External/Manager.php"> - <InvalidScalarArgument occurrences="1"> - <code>(int) $remoteShare</code> - </InvalidScalarArgument> - </file> - <file src="apps/files_sharing/lib/External/Mount.php"> - <InvalidDocblock occurrences="1"> - <code>public function removeMount() {</code> - </InvalidDocblock> - </file> <file src="apps/files_sharing/lib/External/Scanner.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$cacheData</code> </MoreSpecificImplementedParamType> </file> - <file src="apps/files_sharing/lib/External/Storage.php"> - <InvalidReturnStatement occurrences="1"> - <code>$this->getPermissions($path) & Constants::PERMISSION_SHARE</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>isSharable</code> - </InvalidReturnType> - </file> <file src="apps/files_sharing/lib/Listener/LegacyBeforeTemplateRenderedListener.php"> <InvalidArgument occurrences="1"> <code>$legacyEvent</code> |