diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-01-03 15:28:31 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-01-08 11:45:19 +0100 |
commit | 8b64e92b9262d2a2eec6345685ce421050f95c66 (patch) | |
tree | dd51490b8a184b2643414d11867a9fa450aa5065 /build/psalm-baseline.xml | |
parent | 84e6e9f7cf19207041925eaa237d24e1c12c2c2d (diff) | |
download | nextcloud-server-8b64e92b9262d2a2eec6345685ce421050f95c66.tar.gz nextcloud-server-8b64e92b9262d2a2eec6345685ce421050f95c66.zip |
Bump doctrine/dbal from 2.12.0 to 3.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index d461cdfc706..98f849eb814 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3061,10 +3061,14 @@ </MoreSpecificImplementedParamType> </file> <file src="lib/private/Archive/TAR.php"> - <InvalidReturnStatement occurrences="1"> + <FalsableReturnStatement occurrences="1"> + <code>false</code> + </FalsableReturnStatement> + <InvalidReturnStatement occurrences="2"> <code>$this->tar->extractInString($path)</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> + <InvalidReturnType occurrences="2"> + <code>resource</code> <code>string</code> </InvalidReturnType> <UndefinedDocblockClass occurrences="1"> @@ -3076,6 +3080,10 @@ <code>boolean|null</code> <code>boolean|null</code> </ImplementedReturnTypeMismatch> + <InvalidReturnStatement occurrences="1"/> + <InvalidReturnType occurrences="1"> + <code>resource</code> + </InvalidReturnType> </file> <file src="lib/private/Authentication/LoginCredentials/Store.php"> <RedundantCondition occurrences="1"> @@ -3584,6 +3592,9 @@ <ImplementedParamTypeMismatch occurrences="1"> <code>$eventName</code> </ImplementedParamTypeMismatch> + <ImplementedReturnTypeMismatch occurrences="1"> + <code>void</code> + </ImplementedReturnTypeMismatch> <InvalidArgument occurrences="1"> <code>$eventName</code> </InvalidArgument> |