diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-11-20 04:24:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 04:24:06 +0000 |
commit | c4e8c1bdcd66cec6d4f7566c0d06c17c7793d4f0 (patch) | |
tree | 145dd119a1b7998b3f4a0b188a4c8c9dac28f2b9 | |
parent | 285570f5467cb1ef19f59bc7b4f3288f7fe696dd (diff) | |
download | nextcloud-server-c4e8c1bdcd66cec6d4f7566c0d06c17c7793d4f0.tar.gz nextcloud-server-c4e8c1bdcd66cec6d4f7566c0d06c17c7793d4f0.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index eb5a496e183..6d2ee9134c3 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1659,12 +1659,6 @@ <code>\OCA\Talk\Share\Helper\DeletedShareAPIController</code> </UndefinedDocblockClass> </file> - <file src="apps/files_sharing/lib/Controller/ExternalSharesController.php"> - <InvalidArgument occurrences="2"> - <code>'http'</code> - <code>'https'</code> - </InvalidArgument> - </file> <file src="apps/files_sharing/lib/Controller/ShareAPIController.php"> <InvalidScalarArgument occurrences="3"> <code>$code</code> @@ -1689,9 +1683,8 @@ </UndefinedDocblockClass> </file> <file src="apps/files_sharing/lib/Controller/ShareController.php"> - <InvalidArgument occurrences="2"> + <InvalidArgument occurrences="1"> <code>$files_list</code> - <code>'Share has no read permission'</code> </InvalidArgument> <InvalidScalarArgument occurrences="3"> <code>$freeSpace</code> @@ -1707,11 +1700,6 @@ <code>$password</code> </NullArgument> </file> - <file src="apps/files_sharing/lib/ExpireSharesJob.php"> - <NullArgument occurrences="1"> - <code>null</code> - </NullArgument> - </file> <file src="apps/files_sharing/lib/External/Manager.php"> <InvalidScalarArgument occurrences="1"> <code>(int) $remoteShare</code> @@ -2048,13 +2036,6 @@ <code>dispatch</code> </TooManyArguments> </file> - <file src="apps/settings/lib/Controller/MailSettingsController.php"> - <InvalidArgument occurrences="3"> - <code>$this->l10n->t('A problem occurred while sending the email. Please revise your settings. (Error: %s)', [$e->getMessage()])</code> - <code>$this->l10n->t('Invalid SMTP password.')</code> - <code>$this->l10n->t('You need to set your user email before being able to send test emails.')</code> - </InvalidArgument> - </file> <file src="apps/settings/lib/Hooks.php"> <InvalidArgument occurrences="1"> <code>[$user->getEMailAddress() => $user->getDisplayName()]</code> @@ -2204,9 +2185,6 @@ </InvalidArgument> </file> <file src="apps/updatenotification/lib/Controller/AdminController.php"> - <InvalidArgument occurrences="1"> - <code>$newToken</code> - </InvalidArgument> <InvalidScalarArgument occurrences="2"> <code>$this->timeFactory->getTime()</code> <code>0</code> @@ -2591,9 +2569,6 @@ </InvalidArgument> </file> <file src="apps/workflowengine/lib/Controller/AWorkflowController.php"> - <InvalidArgument occurrences="1"> - <code>$deleted</code> - </InvalidArgument> <InvalidScalarArgument occurrences="3"> <code>$e->getCode()</code> <code>$e->getCode()</code> @@ -3161,9 +3136,6 @@ <code>strtolower</code> </RedundantCondition> </file> - <file src="lib/private/AppFramework/ScopedPsrLogger.php"> - <InvalidArgument occurrences="1"/> - </file> <file src="lib/private/AppFramework/Services/AppConfig.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$default</code> @@ -5635,14 +5607,6 @@ <code>$column</code> </NullableReturnStatement> </file> - <file src="lib/public/AppFramework/Http/DataResponse.php"> - <InvalidReturnStatement occurrences="1"> - <code>$this->data</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>array</code> - </InvalidReturnType> - </file> <file src="lib/public/AppFramework/Http/JSONResponse.php"> <InvalidReturnStatement occurrences="1"> <code>$this->data</code> |