aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-04-22 02:18:46 +0000
committerGitHub <noreply@github.com>2024-04-22 02:18:46 +0000
commitb44e46e6888980d3df1500dde4eba8a946b57be8 (patch)
tree65f3427c2884ccb1745ad35e71be107736bb0546 /build
parentaff3e65806082e85765630dcdf292d54a7b40277 (diff)
downloadnextcloud-server-b44e46e6888980d3df1500dde4eba8a946b57be8.tar.gz
nextcloud-server-b44e46e6888980d3df1500dde4eba8a946b57be8.zip
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e3e1811b125..da3ff49f5f3 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1449,11 +1449,6 @@
<code>$restrictions</code>
</InvalidArgument>
</file>
- <file src="lib/private/Activity/Event.php">
- <ParamNameMismatch>
- <code>$affectedUser</code>
- </ParamNameMismatch>
- </file>
<file src="lib/private/Activity/Manager.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$this->filterClasses]]></code>
@@ -1466,9 +1461,6 @@
<MoreSpecificReturnType>
<code>ActivitySettings[]</code>
</MoreSpecificReturnType>
- <TypeDoesNotContainType>
- <code><![CDATA[!is_string($currentUserId) && $currentUserId !== null]]></code>
- </TypeDoesNotContainType>
</file>
<file src="lib/private/AllConfig.php">
<MoreSpecificImplementedParamType>