diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-04-25 16:05:19 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-05-02 10:25:28 +0200 |
commit | 71cb301f97a4b580293d3957f03748d5d7b1c857 (patch) | |
tree | 2cb2ef2dda3a6a6f1cf84e928deedc4492f682ab /build | |
parent | 03132f71c096a1200cc0886cd534bd1127cee51e (diff) | |
download | nextcloud-server-71cb301f97a4b580293d3957f03748d5d7b1c857.tar.gz nextcloud-server-71cb301f97a4b580293d3957f03748d5d7b1c857.zip |
Update psalm baseline for Sabre decodePath
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 863226922d8..94c7e0a5b40 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2542,7 +2542,8 @@ <RedundantCondition occurrences="1"> <code>\is_array($params)</code> </RedundantCondition> - <UndefinedFunction occurrences="1"> + <UndefinedFunction occurrences="2"> + <code>\Sabre\HTTP\decodePath($pathInfo)</code> <code>\Sabre\Uri\split($scriptName)</code> </UndefinedFunction> </file> |