diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-13 07:25:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 07:25:11 +0100 |
commit | b0caa55563acc16c02a3bb8463af863d4f83879c (patch) | |
tree | 1e308ceb803854d68f03ae5dfa867d595385e187 | |
parent | 6cf9c88596dd7f5d65d5b07b51d05921aff8fff4 (diff) | |
parent | 510be67e94a67cffc69f203b6ea34939856cc8e1 (diff) | |
download | nextcloud-server-b0caa55563acc16c02a3bb8463af863d4f83879c.tar.gz nextcloud-server-b0caa55563acc16c02a3bb8463af863d4f83879c.zip |
Merge pull request #25105 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index fc782b00bb4..cd69b74efee 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1196,23 +1196,11 @@ </InvalidScalarArgument> </file> <file src="apps/files/lib/Command/Scan.php"> - <InvalidReturnStatement occurrences="1"> - <code>$connection</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>\OCP\IDBConnection</code> - </InvalidReturnType> <NullArgument occurrences="1"> <code>null</code> </NullArgument> </file> <file src="apps/files/lib/Command/ScanAppData.php"> - <InvalidReturnStatement occurrences="1"> - <code>$connection</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>\OCP\IDBConnection</code> - </InvalidReturnType> <NullArgument occurrences="2"> <code>null</code> <code>null</code> |