diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-04-22 12:05:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 12:05:31 +0200 |
commit | 683dc07f06018e72e46f067a306dc14408ce91f9 (patch) | |
tree | dad4acd725c81fbe64bd76521e6db39256b4b2bb | |
parent | 0f63eb2cc1e518250f0ecb929727a0a81b9ed2ec (diff) | |
parent | b44e46e6888980d3df1500dde4eba8a946b57be8 (diff) | |
download | nextcloud-server-683dc07f06018e72e46f067a306dc14408ce91f9.tar.gz nextcloud-server-683dc07f06018e72e46f067a306dc14408ce91f9.zip |
Merge pull request #44928 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 8 |
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> |