diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2020-11-14 04:21:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 04:21:44 +0000 |
commit | aa967d798c53dffc1b708484e9f21ffa8582bf16 (patch) | |
tree | ad761231f6c3873f0a0c4a17d371d0c11e3f87b0 /build | |
parent | 569c615383ba5b25033ee9fa3961c79be1e8b2f5 (diff) | |
download | nextcloud-server-aa967d798c53dffc1b708484e9f21ffa8582bf16.tar.gz nextcloud-server-aa967d798c53dffc1b708484e9f21ffa8582bf16.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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"> |