diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-04-25 16:05:19 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-04-26 11:11:47 +0200 |
commit | 9cfc70d189eb6532a99bf461e2814d75676111c8 (patch) | |
tree | 69a483f1fc213a2ec4819ccba18f1223b4292d8e /build/psalm-baseline.xml | |
parent | de5b7f260f0f149ec9399cfbe651fcf3d382c871 (diff) | |
download | nextcloud-server-9cfc70d189eb6532a99bf461e2814d75676111c8.tar.gz nextcloud-server-9cfc70d189eb6532a99bf461e2814d75676111c8.zip |
Update psalm baseline for Sabre decodePath
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-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 d08312ad789..4f4e18e1f90 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2537,7 +2537,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> |