diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-03-09 04:34:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 04:34:03 +0000 |
commit | d49630e850db154f5604b1036bbe2aeda6fadc35 (patch) | |
tree | 3c42cce814f8d67c2bf9ee5704b62425dc25ed96 /build/psalm-baseline.xml | |
parent | 73bf04c2f51b7374bf73ae48b418df289cde7943 (diff) | |
download | nextcloud-server-d49630e850db154f5604b1036bbe2aeda6fadc35.tar.gz nextcloud-server-d49630e850db154f5604b1036bbe2aeda6fadc35.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f2c323cc7ac..b9a1f51a204 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1077,9 +1077,6 @@ <code>$shareId</code> <code>(int)$data['id']</code> </InvalidScalarArgument> - <RedundantCast occurrences="1"> - <code>(int)$id</code> - </RedundantCast> </file> <file src="apps/federatedfilesharing/lib/Notifications.php"> <InvalidReturnType occurrences="3"> @@ -1560,9 +1557,6 @@ <NullArgument occurrences="1"> <code>null</code> </NullArgument> - <TypeDoesNotContainType occurrences="1"> - <code>$date === false</code> - </TypeDoesNotContainType> <UndefinedClass occurrences="2"> <code>\OCA\Circles\Api\v1\Circles</code> <code>\OCA\Circles\Api\v1\Circles</code> @@ -1918,9 +1912,6 @@ <code>$shareId</code> <code>(int)$data['id']</code> </InvalidScalarArgument> - <RedundantCast occurrences="1"> - <code>(int)$id</code> - </RedundantCast> </file> <file src="apps/systemtags/lib/Activity/Listener.php"> <InvalidScalarArgument occurrences="2"> @@ -2908,11 +2899,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"> @@ -5147,11 +5135,6 @@ <code>$column</code> </NullableReturnStatement> </file> - <file src="lib/public/AppFramework/Db/QBMapper.php"> - <RedundantCast occurrences="1"> - <code>(int)$qb->getLastInsertId()</code> - </RedundantCast> - </file> <file src="lib/public/AppFramework/Http/JSONResponse.php"> <InvalidReturnStatement occurrences="1"> <code>$this->data</code> |