diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-04 23:23:11 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-04 23:23:11 +0200 |
commit | 1043c70f008ae335cc7a760ad039e40548219ec9 (patch) | |
tree | 6c27e5af0343cf2e4015f3f61f7cfa74ca00b7ec /build | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1043c70f008ae335cc7a760ad039e40548219ec9.tar.gz nextcloud-server-1043c70f008ae335cc7a760ad039e40548219ec9.zip |
chore: Update psalm baseline
Co-authored-by: GitHub <noreply@github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b12ca916106..715210400db 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -508,7 +508,6 @@ <code>\OCA\Circles\Api\v1\Circles</code> </UndefinedClass> <UndefinedInterfaceMethod> - <code>getById</code> <code>getPath</code> </UndefinedInterfaceMethod> </file> @@ -813,12 +812,6 @@ <code>$shareId</code> <code>(int)$data['id']</code> </InvalidArgument> - <LessSpecificReturnStatement> - <code>$nodes[0]</code> - </LessSpecificReturnStatement> - <MoreSpecificReturnType> - <code>\OCP\Files\File|\OCP\Files\Folder</code> - </MoreSpecificReturnType> </file> <file src="apps/federatedfilesharing/lib/Notifications.php"> <InvalidReturnType> @@ -1111,15 +1104,8 @@ </InvalidReturnType> </file> <file src="apps/files_trashbin/lib/Trash/LegacyTrashBackend.php"> - <RedundantCondition> - <code>$trashFiles</code> - </RedundantCondition> - <TypeDoesNotContainType> - <code>null</code> - </TypeDoesNotContainType> <UndefinedInterfaceMethod> <code>$file</code> - <code>getById</code> </UndefinedInterfaceMethod> </file> <file src="apps/files_trashbin/lib/Trashbin.php"> @@ -1228,14 +1214,6 @@ <code>array{0: int, 1: int, 2: int}</code> </InvalidReturnType> </file> - <file src="apps/updatenotification/lib/Notification/BackgroundJob.php"> - <InvalidArgument> - <code>false</code> - </InvalidArgument> - <InvalidPropertyAssignmentValue> - <code><![CDATA[$this->users]]></code> - </InvalidPropertyAssignmentValue> - </file> <file src="apps/user_ldap/ajax/getNewServerConfigPrefix.php"> <InvalidScalarArgument> <code>$ln + 1</code> @@ -1415,21 +1393,11 @@ <code>isUserScopeEnabled</code> </UndefinedInterfaceMethod> </file> - <file src="core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php"> - <ParamNameMismatch> - <code>$arguments</code> - </ParamNameMismatch> - </file> <file src="core/BackgroundJobs/CheckForUserCertificates.php"> <ParamNameMismatch> <code>$arguments</code> </ParamNameMismatch> </file> - <file src="core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php"> - <ParamNameMismatch> - <code>$arguments</code> - </ParamNameMismatch> - </file> <file src="core/Command/App/Install.php"> <TypeDoesNotContainType> <code>$result === false</code> @@ -2237,7 +2205,6 @@ <file src="lib/private/Files/Node/Folder.php"> <LessSpecificReturnStatement> <code><![CDATA[$this->root->get($this->getFullPath($path))]]></code> - <code><![CDATA[$this->root->getByIdInPath((int)$id, $this->getPath())]]></code> <code><![CDATA[array_map(function (FileInfo $file) { return $this->createNode($file->getPath(), $file); }, $files)]]></code> @@ -2933,15 +2900,6 @@ <code><![CDATA[$this->dbprettyname]]></code> </UndefinedThisPropertyFetch> </file> - <file src="lib/private/Share/Share.php"> - <InvalidOperand> - <code>!self::isResharingAllowed()</code> - </InvalidOperand> - <UndefinedInterfaceMethod> - <code>getParents</code> - <code>getParents</code> - </UndefinedInterfaceMethod> - </file> <file src="lib/private/Share20/DefaultShareProvider.php"> <InvalidArgument> <code><![CDATA[$share->getId()]]></code> @@ -3003,12 +2961,6 @@ <code>private $roomShareProvider = null;</code> <code>private $shareByCircleProvider = null;</code> </UndefinedDocblockClass> - <UndefinedInterfaceMethod> - <code>getLazyRootFolder</code> - <code>getLazyRootFolder</code> - <code>getLazyRootFolder</code> - <code>getLazyRootFolder</code> - </UndefinedInterfaceMethod> </file> <file src="lib/private/Share20/Share.php"> <LessSpecificReturnStatement> |