Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-04-25 17:05:19 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-05-02 11:25:28 +0300
commit71cb301f97a4b580293d3957f03748d5d7b1c857 (patch)
tree2cb2ef2dda3a6a6f1cf84e928deedc4492f682ab /build
parent03132f71c096a1200cc0886cd534bd1127cee51e (diff)
Update psalm baseline for Sabre decodePath
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml3
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>