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
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-04-26 12:11:47 +0300
commit9cfc70d189eb6532a99bf461e2814d75676111c8 (patch)
tree69a483f1fc213a2ec4819ccba18f1223b4292d8e
parentde5b7f260f0f149ec9399cfbe651fcf3d382c871 (diff)
Update psalm baseline for Sabre decodePathfix/utf8-detection-fix
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-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 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>