diff options
author | Louis Chemineau <louis@chmn.me> | 2021-06-21 14:52:47 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2021-06-21 14:52:47 +0200 |
commit | 451af424e9b2f23b260c048173f4e42885155af4 (patch) | |
tree | 9fb69ea26530c9201a4a14a735c5b1c532436227 /build/psalm-baseline.xml | |
parent | f40150b7588fb738e365c67153584a72a80a51c8 (diff) | |
download | nextcloud-server-451af424e9b2f23b260c048173f4e42885155af4.tar.gz nextcloud-server-451af424e9b2f23b260c048173f4e42885155af4.zip |
Update baseline again
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 93547351f17..03686a137a6 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -50,9 +50,6 @@ </InvalidScalarArgument> </file> <file src="apps/contactsinteraction/lib/AddressBook.php"> - <InvalidArgument occurrences="1"> - <code>$ex</code> - </InvalidArgument> <UndefinedFunction occurrences="1"> <code>\Sabre\Uri\split($this->principalUri)</code> </UndefinedFunction> @@ -635,9 +632,6 @@ </TooManyArguments> </file> <file src="apps/dav/lib/Connector/Sabre/File.php"> - <InvalidArgument occurrences="1"> - <code>$e</code> - </InvalidArgument> <MoreSpecificImplementedParamType occurrences="1"> <code>$data</code> </MoreSpecificImplementedParamType> @@ -949,20 +943,7 @@ <code>$acl->defaultUsernamePath</code> </UndefinedPropertyAssignment> </file> - <file src="apps/dav/lib/SystemTag/SystemTagMappingNode.php"> - <InvalidArgument occurrences="1"> - <code>$e</code> - </InvalidArgument> - </file> - <file src="apps/dav/lib/SystemTag/SystemTagNode.php"> - <InvalidArgument occurrences="1"> - <code>$e</code> - </InvalidArgument> - </file> <file src="apps/dav/lib/SystemTag/SystemTagsByIdCollection.php"> - <InvalidArgument occurrences="1"> - <code>$e</code> - </InvalidArgument> <InvalidNullableReturnType occurrences="1"> <code>int</code> </InvalidNullableReturnType> @@ -971,9 +952,6 @@ </NullableReturnStatement> </file> <file src="apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php"> - <InvalidArgument occurrences="1"> - <code>$e</code> - </InvalidArgument> <InvalidNullableReturnType occurrences="1"> <code>int</code> </InvalidNullableReturnType> @@ -2922,11 +2900,8 @@ </MoreSpecificImplementedParamType> </file> <file src="lib/private/AppFramework/Utility/SimpleContainer.php"> - <UndefinedMethod occurrences="4"> + <UndefinedMethod occurrences="1"> <code>getName</code> - <code>isBuiltin</code> - <code>isBuiltin</code> - <code>isBuiltin</code> </UndefinedMethod> </file> <file src="lib/private/Archive/TAR.php"> |