diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-10-09 04:27:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 04:27:56 +0000 |
commit | 7896b20100c543d9511066790c9306de4d392bf3 (patch) | |
tree | 359205790308d4a17c3dc06cbf774a9a0b4b28f7 /build | |
parent | 9c21bd22b5856bfa995aaedd1779c32bd7506266 (diff) | |
download | nextcloud-server-7896b20100c543d9511066790c9306de4d392bf3.tar.gz nextcloud-server-7896b20100c543d9511066790c9306de4d392bf3.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ca38a4095b7..32a27d6bdc3 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -73,11 +73,6 @@ <code>\Sabre\Uri\split($this->principalUri)</code> </UndefinedFunction> </file> - <file src="apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> <file src="apps/dav/appinfo/v1/caldav.php"> <TooManyArguments occurrences="1"> <code>new \Sabre\DAV\Auth\Plugin($authBackend, 'ownCloud')</code> @@ -145,16 +140,6 @@ <code>Uri\split($this->principalInfo['uri'])</code> </UndefinedFunction> </file> - <file src="apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> - <file src="apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> <file src="apps/dav/lib/BackgroundJob/UploadCleanup.php"> <InvalidArgument occurrences="1"> <code>File</code> @@ -1363,11 +1348,6 @@ <code>$this</code> </InvalidScope> </file> - <file src="apps/files_external/lib/BackgroundJob/CredentialsCleanup.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> <file src="apps/files_external/lib/Command/Applicable.php"> <InvalidArgument occurrences="1"> <code>$mountId</code> @@ -2240,9 +2220,6 @@ <InvalidPropertyAssignmentValue occurrences="1"> <code>$registry</code> </InvalidPropertyAssignmentValue> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> <UndefinedMethod occurrences="1"> <code>getProviderStates</code> </UndefinedMethod> @@ -2649,11 +2626,6 @@ <code>registerProvider</code> </UndefinedInterfaceMethod> </file> - <file src="apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> <file src="apps/user_status/lib/Db/UserStatusMapper.php"> <MoreSpecificImplementedParamType occurrences="1"/> </file> @@ -2764,11 +2736,6 @@ <code>$this->manager->isUserScopeEnabled() ? 'workflow' : null</code> </NullableReturnStatement> </file> - <file src="core/BackgroundJobs/CleanupLoginFlowV2.php"> - <InvalidReturnType occurrences="1"> - <code>run</code> - </InvalidReturnType> - </file> <file src="core/Command/App/CheckCode.php"> <InvalidScalarArgument occurrences="1"/> </file> |