diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-11-23 18:33:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 18:33:56 +0100 |
commit | f63560933df48797dad9b2ca2e31e8c3ed9a74bd (patch) | |
tree | 78c469fb18acb38c510efa715aeee9c92932f167 | |
parent | bbc1f6dbbbf58ca0371b7c7c8492587749ac26f7 (diff) | |
parent | 7715d7162c9ae1e9c94888f9a36e79ccd8a5249a (diff) | |
download | nextcloud-server-f63560933df48797dad9b2ca2e31e8c3ed9a74bd.tar.gz nextcloud-server-f63560933df48797dad9b2ca2e31e8c3ed9a74bd.zip |
Merge pull request #35317 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e02710054ea..ea4b4f7ba62 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2209,12 +2209,10 @@ <InternalMethod occurrences="1"> <code>getParams</code> </InternalMethod> - <InvalidReturnStatement occurrences="2"> - <code>$insertQb->execute()</code> + <InvalidReturnStatement occurrences="1"> <code>$this->adapter->lastInsertId($seqName)</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="2"> - <code>int</code> + <InvalidReturnType occurrences="1"> <code>string</code> </InvalidReturnType> <InvalidScalarArgument occurrences="1"> |