diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-11-23 05:26:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 05:26:04 +0000 |
commit | 7715d7162c9ae1e9c94888f9a36e79ccd8a5249a (patch) | |
tree | 0300ae31e619a693e6c9148737d1e8658659e010 /build | |
parent | b8074ae007223d6304ac3ba4ada8836c3b344d9e (diff) | |
download | nextcloud-server-7715d7162c9ae1e9c94888f9a36e79ccd8a5249a.tar.gz nextcloud-server-7715d7162c9ae1e9c94888f9a36e79ccd8a5249a.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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"> |