diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-02-16 04:30:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 04:30:43 +0000 |
commit | 7ff5797227a12b2b166e6cdc65604b5d45f00b31 (patch) | |
tree | a3ddcec542f692ea10f08e2b923de6423295410d /build | |
parent | 45d36ec2b2fda086e4e4565a34384186e2c6c4f5 (diff) | |
download | nextcloud-server-7ff5797227a12b2b166e6cdc65604b5d45f00b31.tar.gz nextcloud-server-7ff5797227a12b2b166e6cdc65604b5d45f00b31.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 99cad4ee3fc..c1447cb7aa2 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -283,15 +283,13 @@ <code>$l10n->l('time', $dt, ['width' => 'short'])</code> <code>$l10n->l('weekdayName', $dt, ['width' => 'abbreviated'])</code> </FalsableReturnStatement> - <InvalidReturnStatement occurrences="5"> + <InvalidReturnStatement occurrences="4"> <code>$l10n->l('date', $dt, ['width' => 'medium'])</code> <code>$l10n->l('datetime', $dt, ['width' => 'medium|short'])</code> <code>$l10n->l('time', $dt, ['width' => 'short'])</code> <code>$l10n->l('weekdayName', $dt, ['width' => 'abbreviated'])</code> - <code>[$organizerEMail => $name]</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="5"> - <code>array|null</code> + <InvalidReturnType occurrences="4"> <code>string</code> <code>string</code> <code>string</code> @@ -363,10 +361,6 @@ <InvalidNullableReturnType occurrences="1"> <code>string</code> </InvalidNullableReturnType> - <InvalidScalarArgument occurrences="2"> - <code>[$recipient => $recipientName]</code> - <code>[$sender => $senderName]</code> - </InvalidScalarArgument> <NullableReturnStatement occurrences="1"> <code>$lang->getValue()</code> </NullableReturnStatement> @@ -1950,11 +1944,6 @@ <code>[$user->getEMailAddress() => $user->getDisplayName()]</code> </InvalidArgument> </file> - <file src="apps/settings/lib/Mailer/NewUserMailHelper.php"> - <InvalidArgument occurrences="1"> - <code>[$user->getEMailAddress() => $user->getDisplayName()]</code> - </InvalidArgument> - </file> <file src="apps/settings/lib/Settings/Admin/Security.php"> <UndefinedInterfaceMethod occurrences="1"> <code>isReady</code> |