diff options
-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"> |