diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 6c58df3858d..669be0a148a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -750,12 +750,6 @@ <UndefinedFunction occurrences="1"> <code>\Sabre\Uri\split($sabreNode->getPath())</code> </UndefinedFunction> - <UndefinedPropertyAssignment occurrences="1"> - <code>$server->xml->namespacesMap</code> - </UndefinedPropertyAssignment> - <UndefinedPropertyFetch occurrences="1"> - <code>$server->xml->namespacesMap</code> - </UndefinedPropertyFetch> </file> <file src="apps/dav/lib/Connector/Sabre/TagsPlugin.php"> <NullableReturnStatement occurrences="1"> |