Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2021-02-16 07:30:43 +0300
committerGitHub <noreply@github.com>2021-02-16 07:30:43 +0300
commit7ff5797227a12b2b166e6cdc65604b5d45f00b31 (patch)
treea3ddcec542f692ea10f08e2b923de6423295410d /build
parent45d36ec2b2fda086e4e4565a34384186e2c6c4f5 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml15
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-&gt;l('time', $dt, ['width' =&gt; 'short'])</code>
<code>$l10n-&gt;l('weekdayName', $dt, ['width' =&gt; 'abbreviated'])</code>
</FalsableReturnStatement>
- <InvalidReturnStatement occurrences="5">
+ <InvalidReturnStatement occurrences="4">
<code>$l10n-&gt;l('date', $dt, ['width' =&gt; 'medium'])</code>
<code>$l10n-&gt;l('datetime', $dt, ['width' =&gt; 'medium|short'])</code>
<code>$l10n-&gt;l('time', $dt, ['width' =&gt; 'short'])</code>
<code>$l10n-&gt;l('weekdayName', $dt, ['width' =&gt; 'abbreviated'])</code>
- <code>[$organizerEMail =&gt; $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 =&gt; $recipientName]</code>
- <code>[$sender =&gt; $senderName]</code>
- </InvalidScalarArgument>
<NullableReturnStatement occurrences="1">
<code>$lang-&gt;getValue()</code>
</NullableReturnStatement>
@@ -1950,11 +1944,6 @@
<code>[$user-&gt;getEMailAddress() =&gt; $user-&gt;getDisplayName()]</code>
</InvalidArgument>
</file>
- <file src="apps/settings/lib/Mailer/NewUserMailHelper.php">
- <InvalidArgument occurrences="1">
- <code>[$user-&gt;getEMailAddress() =&gt; $user-&gt;getDisplayName()]</code>
- </InvalidArgument>
- </file>
<file src="apps/settings/lib/Settings/Admin/Security.php">
<UndefinedInterfaceMethod occurrences="1">
<code>isReady</code>