[Pkg-owncloud-commits] [php-sabredav] 15/66: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:56:44 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 73f29261a1df3d971373f960ec2938e00483a1de
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Apr 14 14:08:10 2015 +0200
Fix CS.
---
lib/DAVACL/PrincipalBackend/PDO.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/DAVACL/PrincipalBackend/PDO.php b/lib/DAVACL/PrincipalBackend/PDO.php
index f6b4c2b..9eaeede 100644
--- a/lib/DAVACL/PrincipalBackend/PDO.php
+++ b/lib/DAVACL/PrincipalBackend/PDO.php
@@ -59,7 +59,7 @@ class PDO extends AbstractBackend implements CreatePrincipalSupport {
/**
* This is the users' primary email-address.
*/
- '{http://sabredav.org/ns}email-address' =>[
+ '{http://sabredav.org/ns}email-address' => [
'dbField' => 'email',
],
];
@@ -75,7 +75,6 @@ class PDO extends AbstractBackend implements CreatePrincipalSupport {
}
-
/**
* Returns a list of principals based on a prefix.
*
--
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