summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-11-11 10:05:24 +0100
committerGitHub <noreply@github.com>2020-11-11 10:05:24 +0100
commite39d657e24263c0eac8f1a995923305cd59cde7c (patch)
tree8d8c52c7b2d4495b3b445ebed3e974a7c4fc3817 /build
parentcdfad9aaacf89885a4fd29ed002f998dfc269b15 (diff)
parent0c695d97ece66d50d4a131205cf724ed49e8152a (diff)
downloadnextcloud-server-e39d657e24263c0eac8f1a995923305cd59cde7c.tar.gz
nextcloud-server-e39d657e24263c0eac8f1a995923305cd59cde7c.zip
Merge pull request #23882 from nextcloud/tests/oracle
Run unit tests against oracle
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml24
1 files changed, 19 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index b4b164f7835..e033bab7b37 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1700,6 +1700,7 @@
<file src="apps/files_sharing/lib/Controller/ShareController.php">
<InvalidArgument occurrences="2">
<code>$files_list</code>
+ <code>'Share has no read permission'</code>
</InvalidArgument>
<InvalidScalarArgument occurrences="3">
<code>$freeSpace</code>
@@ -2031,9 +2032,10 @@
</UndefinedInterfaceMethod>
</file>
<file src="apps/settings/lib/Controller/CheckSetupController.php">
- <InvalidArgument occurrences="2">
+ <InvalidArgument occurrences="3">
<code>IDBConnection::CHECK_MISSING_COLUMNS_EVENT</code>
<code>IDBConnection::CHECK_MISSING_INDEXES_EVENT</code>
+ <code>IDBConnection::CHECK_MISSING_PRIMARY_KEYS_EVENT</code>
</InvalidArgument>
<InvalidOperand occurrences="1">
<code>$lastCronRun</code>
@@ -2049,7 +2051,8 @@
<code>$lastCronRun</code>
<code>0</code>
</InvalidScalarArgument>
- <TooManyArguments occurrences="2">
+ <TooManyArguments occurrences="3">
+ <code>dispatch</code>
<code>dispatch</code>
<code>dispatch</code>
</TooManyArguments>
@@ -2728,6 +2731,14 @@
<code>dispatch</code>
</TooManyArguments>
</file>
+ <file src="core/Command/Db/AddMissingPrimaryKeys.php">
+ <InvalidArgument occurrences="1">
+ <code>IDBConnection::ADD_MISSING_PRIMARY_KEYS_EVENT</code>
+ </InvalidArgument>
+ <TooManyArguments occurrences="1">
+ <code>dispatch</code>
+ </TooManyArguments>
+ </file>
<file src="core/Command/Db/ConvertType.php">
<InvalidArgument occurrences="2">
<code>$chunk * $chunkSize</code>
@@ -3506,7 +3517,9 @@
<InvalidScalarArgument occurrences="1">
<code>$e-&gt;getCode()</code>
</InvalidScalarArgument>
- <LessSpecificImplementedReturnType occurrences="1"/>
+ <LessSpecificImplementedReturnType occurrences="1">
+ <code>\Doctrine\DBAL\Driver\Statement</code>
+ </LessSpecificImplementedReturnType>
<ParamNameMismatch occurrences="1">
<code>$statement</code>
</ParamNameMismatch>
@@ -3599,7 +3612,9 @@
</NullableReturnStatement>
</file>
<file src="lib/private/DB/ReconnectWrapper.php">
- <InternalMethod occurrences="1"/>
+ <InternalMethod occurrences="1">
+ <code>parent::__construct($params, $driver, $config, $eventManager)</code>
+ </InternalMethod>
</file>
<file src="lib/private/DateTimeFormatter.php">
<FalsableReturnStatement occurrences="1"/>
@@ -5284,7 +5299,6 @@
<code>$appName</code>
<code>$appName</code>
<code>\OC_User::getUser()</code>
- <code>\OC_User::getUser()</code>
</InvalidScalarArgument>
<TooManyArguments occurrences="1">
<code>Util::addScript('dist/unified-search', null, true)</code>