diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-02 12:24:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 12:24:02 +0100 |
commit | 1080515ce3317a5d9cf9432abf0f3968696d5e5c (patch) | |
tree | 71be710c563d21edc9c2ddcde98cbc962deea513 | |
parent | 9b015b360fd0628cc5872ea528f3c7a210a4c32b (diff) | |
parent | f8739b327a91c39926140f453278c8f6b5c70ffb (diff) | |
download | nextcloud-server-1080515ce3317a5d9cf9432abf0f3968696d5e5c.tar.gz nextcloud-server-1080515ce3317a5d9cf9432abf0f3968696d5e5c.zip |
Merge pull request #23834 from nextcloud/fix-psalm
Update psalm-baseline.xml (was removed from DBAL update PR)
-rw-r--r-- | build/psalm-baseline.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e1e8c291849..4fd6847afc0 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3507,6 +3507,11 @@ <code>int</code> </InvalidReturnType> </file> + <file src="lib/private/DB/AdapterMySQL.php"> + <InternalMethod occurrences="1"> + <code>getParams</code> + </InternalMethod> + </file> <file src="lib/private/DB/AdapterPgSql.php"> <FalsableReturnStatement occurrences="1"> <code>$this->conn->fetchColumn('SELECT lastval()')</code> @@ -3516,6 +3521,9 @@ <ImplementedReturnTypeMismatch occurrences="1"> <code>string</code> </ImplementedReturnTypeMismatch> + <InternalMethod occurrences="1"> + <code>getParams</code> + </InternalMethod> <InvalidReturnStatement occurrences="2"> <code>$insertQb->execute()</code> <code>$this->adapter->lastInsertId($seqName)</code> @@ -3527,6 +3535,9 @@ <InvalidScalarArgument occurrences="1"> <code>$e->getCode()</code> </InvalidScalarArgument> + <LessSpecificImplementedReturnType occurrences="2"> + <code>Doctrine\DBAL\Driver\Statement</code> + </LessSpecificImplementedReturnType> <ParamNameMismatch occurrences="1"> <code>$statement</code> </ParamNameMismatch> @@ -3604,6 +3615,11 @@ <code>$y</code> </InvalidScalarArgument> </file> + <file src="lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php"> + <InternalMethod occurrences="1"> + <code>getParams</code> + </InternalMethod> + </file> <file src="lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php"> <InvalidReturnStatement occurrences="1"> <code>parent::castColumn($column, $type)</code> @@ -3631,6 +3647,11 @@ <code>$string</code> </NullableReturnStatement> </file> + <file src="lib/private/DB/ReconnectWrapper.php"> + <InternalMethod occurrences="1"> + <code>__construct</code> + </InternalMethod> + </file> <file src="lib/private/DateTimeFormatter.php"> <FalsableReturnStatement occurrences="1"/> <InvalidDocblock occurrences="2"> |