diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-10-30 10:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 10:36:46 +0100 |
commit | f438ee40a4defcd6c49376fac34f255fe52087ac (patch) | |
tree | 10a272f9d98cc01d2484d6f6c1d82cd37bbca450 /build | |
parent | 1654826e83d5e3150a8b609f6476af631657204e (diff) | |
download | nextcloud-server-f438ee40a4defcd6c49376fac34f255fe52087ac.tar.gz nextcloud-server-f438ee40a4defcd6c49376fac34f255fe52087ac.zip |
Revert "[Automated] Update psalm-baseline.xml"
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e1e8c291849..0d07bcf37f4 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1713,6 +1713,7 @@ <file src="apps/files_sharing/lib/Controller/ShareController.php"> <InvalidArgument occurrences="2"> <code>$files_list</code> + <code>'Share is read-only'</code> </InvalidArgument> <InvalidScalarArgument occurrences="3"> <code>$freeSpace</code> @@ -2475,6 +2476,18 @@ <code>Resource</code> </UndefinedDocblockClass> </file> + <file src="apps/user_ldap/lib/LDAPProviderFactory.php"> + <ImplementedReturnTypeMismatch occurrences="1"> + <code>OCP\LDAP\ILDAPProvider</code> + </ImplementedReturnTypeMismatch> + <InvalidReturnStatement occurrences="1"/> + <InvalidReturnType occurrences="1"> + <code>OCP\LDAP\ILDAPProvider</code> + </InvalidReturnType> + <UndefinedDocblockClass occurrences="1"> + <code>OCP\LDAP\ILDAPProvider</code> + </UndefinedDocblockClass> + </file> <file src="apps/user_ldap/lib/LogWrapper.php"> <InvalidReturnType occurrences="1"> <code>bool</code> @@ -3200,6 +3213,11 @@ <code>$default</code> </MoreSpecificImplementedParamType> </file> + <file src="lib/private/AppFramework/Services/InitialState.php"> + <ImplementedParamTypeMismatch occurrences="1"> + <code>$closure</code> + </ImplementedParamTypeMismatch> + </file> <file src="lib/private/Archive/TAR.php"> <FalsableReturnStatement occurrences="1"> <code>false</code> @@ -3324,12 +3342,21 @@ <ImplementedReturnTypeMismatch occurrences="1"> <code>Color</code> </ImplementedReturnTypeMismatch> + <ImplicitToStringCast occurrences="1"> + <code>$avatar</code> + </ImplicitToStringCast> + <InvalidNullableReturnType occurrences="1"> + <code>string|boolean</code> + </InvalidNullableReturnType> <InvalidReturnStatement occurrences="1"> <code>$finalPalette[$this->hashToInt($hash, $steps * 3)]</code> </InvalidReturnStatement> <InvalidReturnType occurrences="1"> <code>Color</code> </InvalidReturnType> + <NullableReturnStatement occurrences="1"> + <code>$image->data()</code> + </NullableReturnStatement> </file> <file src="lib/private/Avatar/GuestAvatar.php"> <ImplementedReturnTypeMismatch occurrences="1"> @@ -5720,6 +5747,14 @@ <code>$this->resources</code> </InvalidPropertyAssignmentValue> </file> + <file src="lib/public/AppFramework/Services/IInitialState.php"> + <MismatchingDocblockParamType occurrences="1"> + <code>Closure</code> + </MismatchingDocblockParamType> + <UndefinedDocblockClass occurrences="1"> + <code>Closure</code> + </UndefinedDocblockClass> + </file> <file src="lib/public/BackgroundJob/TimedJob.php"> <MoreSpecificImplementedParamType occurrences="1"> <code>$jobList</code> |