diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 24 |
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->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> |