diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-10 15:15:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 15:15:04 +0100 |
commit | f9a4871bd43bed697096b1e3d3c5d81f5ff8aea5 (patch) | |
tree | cd57c64af9c8843676ceae1fe1e3b157c72bcaa4 | |
parent | d42f9e65a22c7ca94a8858af640719c7c9d85c8a (diff) | |
parent | 130ce1489259fa8c98747b94126cf5393c00e661 (diff) | |
download | nextcloud-server-f9a4871bd43bed697096b1e3d3c5d81f5ff8aea5.tar.gz nextcloud-server-f9a4871bd43bed697096b1e3d3c5d81f5ff8aea5.zip |
Merge pull request #25557 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 0abdbcc4459..f7337a0d59c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3432,11 +3432,6 @@ <code>$string</code> </NullableReturnStatement> </file> - <file src="lib/private/DB/ReconnectWrapper.php"> - <InternalMethod occurrences="1"> - <code>parent::__construct($params, $driver, $config, $eventManager)</code> - </InternalMethod> - </file> <file src="lib/private/DateTimeFormatter.php"> <FalsableReturnStatement occurrences="1"/> <InvalidDocblock occurrences="2"> @@ -3519,9 +3514,6 @@ <ImplementedParamTypeMismatch occurrences="1"> <code>$eventName</code> </ImplementedParamTypeMismatch> - <InvalidArgument occurrences="1"> - <code>$eventName</code> - </InvalidArgument> <ParamNameMismatch occurrences="1"> <code>$eventName</code> </ParamNameMismatch> |