diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-09-13 12:54:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 12:54:03 +0200 |
commit | 91040283b131a064dd5d97a804c68c88fe08b673 (patch) | |
tree | 2d72c9172fa250393988deb1c1b4339108d04564 | |
parent | dacd18158d4d47ea9c279b4707439ddbbb88f7cc (diff) | |
parent | fc88d7358357ad4d4e91166c97892e20b717ab39 (diff) | |
download | nextcloud-server-91040283b131a064dd5d97a804c68c88fe08b673.tar.gz nextcloud-server-91040283b131a064dd5d97a804c68c88fe08b673.zip |
Merge pull request #34045 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7a9cebe4245..4825d78fe7a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4015,10 +4015,9 @@ <InvalidReturnType occurrences="1"> <code>int</code> </InvalidReturnType> - <InvalidScalarArgument occurrences="4"> + <InvalidScalarArgument occurrences="3"> <code>$includeExtStorage ? 'ext' : false</code> <code>$path</code> - <code>$quota</code> <code>'ext'</code> </InvalidScalarArgument> <RedundantCondition occurrences="1"> |