diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-10-30 04:18:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 04:18:38 +0000 |
commit | ac8a5ca18c9992144af7dde34fb81833b3ce95b5 (patch) | |
tree | 1e5dad55b9c778a265f51a3bf2ee0803a47245e5 /build | |
parent | 11fca45e4c9ed5bc53436b6232a656a51f4984fa (diff) | |
download | nextcloud-server-ac8a5ca18c9992144af7dde34fb81833b3ce95b5.tar.gz nextcloud-server-ac8a5ca18c9992144af7dde34fb81833b3ce95b5.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 0d07bcf37f4..e1e8c291849 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1713,7 +1713,6 @@ <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> @@ -2476,18 +2475,6 @@ <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> @@ -3213,11 +3200,6 @@ <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> @@ -3342,21 +3324,12 @@ <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"> @@ -5747,14 +5720,6 @@ <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> |