[Pkg-owncloud-commits] [php-sabredav] 31/66: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:56:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.
commit 983e6dfc2b0c0422a9c71392bf243da213ed905b
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Apr 21 11:24:51 2015 +0200
Fix CS.
---
lib/DAV/Xml/Service.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/DAV/Xml/Service.php b/lib/DAV/Xml/Service.php
index 45f5e6b..b74fcd1 100644
--- a/lib/DAV/Xml/Service.php
+++ b/lib/DAV/Xml/Service.php
@@ -23,9 +23,9 @@ class Service extends \Sabre\Xml\Service {
'{DAV:}propstat' => 'Sabre\\Xml\\Element\\KeyValue',
// Requests
- '{DAV:}propfind' => 'Sabre\\DAV\\Xml\\Request\\PropFind',
- '{DAV:}propertyupdate' => 'Sabre\\DAV\\Xml\\Request\\PropPatch',
- '{DAV:}mkcol' => 'Sabre\\DAV\\Xml\\Request\\MkCol',
+ '{DAV:}propfind' => 'Sabre\\DAV\\Xml\\Request\\PropFind',
+ '{DAV:}propertyupdate' => 'Sabre\\DAV\\Xml\\Request\\PropPatch',
+ '{DAV:}mkcol' => 'Sabre\\DAV\\Xml\\Request\\MkCol',
// Properties
'{DAV:}resourcetype' => 'Sabre\\DAV\\Xml\\Property\\ResourceType',
@@ -41,7 +41,7 @@ class Service extends \Sabre\Xml\Service {
* @var array
*/
public $namespaceMap = [
- 'DAV:' => 'd',
+ 'DAV:' => 'd',
'http://sabredav.org/ns' => 's',
];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list