File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
apps/dav/lib/Connector/Sabre Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public function __construct(
9898 * @param \Sabre\DAV\Server $server
9999 */
100100 public function initialize (\Sabre \DAV \Server $ server ) {
101- $ server ->xml ->namespacesMap [self ::NS_OWNCLOUD ] = 'oc ' ;
101+ $ server ->xml ->namespaceMap [self ::NS_OWNCLOUD ] = 'oc ' ;
102102 $ server ->xml ->elementMap [self ::SHARETYPES_PROPERTYNAME ] = ShareTypeList::class;
103103 $ server ->protectedProperties [] = self ::SHARETYPES_PROPERTYNAME ;
104104 $ server ->protectedProperties [] = self ::SHAREES_PROPERTYNAME ;
Original file line number Diff line number Diff line change 758758 <UndefinedFunction occurrences =" 1" >
759759 <code >\Sabre\Uri\split($sabreNode-> getPath())</code >
760760 </UndefinedFunction >
761- <UndefinedPropertyAssignment occurrences =" 1" >
762- <code >$server-> xml-> namespacesMap</code >
763- </UndefinedPropertyAssignment >
764- <UndefinedPropertyFetch occurrences =" 1" >
765- <code >$server-> xml-> namespacesMap</code >
766- </UndefinedPropertyFetch >
767761 </file >
768762 <file src =" apps/dav/lib/Connector/Sabre/TagsPlugin.php" >
769763 <NullableReturnStatement occurrences =" 1" >
You can’t perform that action at this time.
0 commit comments