aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-10-23 17:06:59 +0200
committerprovokateurin <kate@provokateurin.de>2024-10-23 17:08:29 +0200
commitf25a71806baff92b4fa51e35242eaeb805f82d9f (patch)
tree2e28c1f177b020a7d76c444aa98adbb4e94746e0 /build
parent1f1760454febe04a42ef4f200ba8389b1f188c15 (diff)
downloadnextcloud-server-f25a71806baff92b4fa51e35242eaeb805f82d9f.tar.gz
nextcloud-server-f25a71806baff92b4fa51e35242eaeb805f82d9f.zip
fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-casts
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index fbc5a4ac4fc..90d58778832 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -722,9 +722,6 @@
<InvalidReturnType>
<code><![CDATA[string]]></code>
</InvalidReturnType>
- <InvalidScalarArgument>
- <code><![CDATA[(int)$share['id']]]></code>
- </InvalidScalarArgument>
</file>
<file src="apps/federation/lib/DbHandler.php">
<LessSpecificReturnStatement>
@@ -978,9 +975,6 @@
<InvalidArgument>
<code><![CDATA[$timestamp]]></code>
</InvalidArgument>
- <InvalidScalarArgument>
- <code><![CDATA[$timestamp]]></code>
- </InvalidScalarArgument>
</file>
<file src="apps/files_versions/appinfo/routes.php">
<InvalidScope>
@@ -1072,11 +1066,6 @@
<code><![CDATA[array{0: int, 1: int, 2: int}]]></code>
</InvalidReturnType>
</file>
- <file src="apps/user_ldap/ajax/getNewServerConfigPrefix.php">
- <InvalidScalarArgument>
- <code><![CDATA[$ln + 1]]></code>
- </InvalidScalarArgument>
- </file>
<file src="apps/user_ldap/appinfo/routes.php">
<InvalidScope>
<code><![CDATA[$this]]></code>
@@ -1204,12 +1193,6 @@
<code><![CDATA[$decodedValue[1]]]></code>
</InvalidArgument>
</file>
- <file src="apps/workflowengine/lib/Check/RequestTime.php">
- <InvalidScalarArgument>
- <code><![CDATA[$hour1]]></code>
- <code><![CDATA[$minute1]]></code>
- </InvalidScalarArgument>
- </file>
<file src="apps/workflowengine/lib/Check/TFileCheck.php">
<InvalidArgument>
<code><![CDATA[['app' => Application::APP_ID, 'class' => get_class($subject)]]]></code>