diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-09 08:50:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 08:50:00 +0200 |
commit | 1405b7a8ca43b5565a8c0427854bd01efd426402 (patch) | |
tree | 35a00409d07a7dcda17fadf67c38978c5fa0cb40 | |
parent | 841efd26a7fb4923e4f09d66723034d929461908 (diff) | |
parent | deeab89c1b67c4bac9568c028e3a9b84a8d32e4c (diff) | |
download | nextcloud-server-1405b7a8ca43b5565a8c0427854bd01efd426402.tar.gz nextcloud-server-1405b7a8ca43b5565a8c0427854bd01efd426402.zip |
Merge pull request #33442 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 f8192736826..131cfe8dc3d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2762,8 +2762,7 @@ <InvalidReturnType occurrences="1"> <code>array[]</code> </InvalidReturnType> - <InvalidScalarArgument occurrences="2"> - <code>$path</code> + <InvalidScalarArgument occurrences="1"> <code>self::SCAN_RECURSIVE_INCOMPLETE</code> </InvalidScalarArgument> </file> |