diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-02-15 09:50:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 09:50:43 +0100 |
commit | acba237ec56a8987e246d1046bd8f5b763db1336 (patch) | |
tree | f9675abc1e795a36da06ec57642880305966fbf7 /build | |
parent | 77ed32b6134196f442ac4c0d43a7e520e8b62cb7 (diff) | |
parent | 46e9f6d0c55ebeb033fb91112c8d7b1124121324 (diff) | |
download | nextcloud-server-acba237ec56a8987e246d1046bd8f5b763db1336.tar.gz nextcloud-server-acba237ec56a8987e246d1046bd8f5b763db1336.zip |
Merge pull request #31178 from nextcloud/fix-dav-namespace-typo
Fix typo in DAV namespace registration
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"> |