diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-14 09:50:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 09:50:04 +0100 |
commit | c78fbbdb5596d12731f3cadbe636be658c7f7d02 (patch) | |
tree | ad761231f6c3873f0a0c4a17d371d0c11e3f87b0 | |
parent | 569c615383ba5b25033ee9fa3961c79be1e8b2f5 (diff) | |
parent | aa967d798c53dffc1b708484e9f21ffa8582bf16 (diff) | |
download | nextcloud-server-c78fbbdb5596d12731f3cadbe636be658c7f7d02.tar.gz nextcloud-server-c78fbbdb5596d12731f3cadbe636be658c7f7d02.zip |
Merge pull request #24130 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f721a65c5d4..5f34c43ea64 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2173,10 +2173,6 @@ <InvalidScalarArgument occurrences="1"> <code>(int)$cacheBusterKey + 1</code> </InvalidScalarArgument> - <NullArgument occurrences="2"> - <code>null</code> - <code>null</code> - </NullArgument> </file> <file src="apps/theming/lib/Util.php"> <InvalidReturnStatement occurrences="1"> |