Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2021-03-09 07:34:03 +0300
committerGitHub <noreply@github.com>2021-03-09 07:34:03 +0300
commitd49630e850db154f5604b1036bbe2aeda6fadc35 (patch)
tree3c42cce814f8d67c2bf9ee5704b62425dc25ed96
parent73bf04c2f51b7374bf73ae48b418df289cde7943 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml19
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-&gt;getLastInsertId()</code>
- </RedundantCast>
- </file>
<file src="lib/public/AppFramework/Http/JSONResponse.php">
<InvalidReturnStatement occurrences="1">
<code>$this-&gt;data</code>