[Pkg-owncloud-commits] [php-sabredav] 82/148: CS
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 469c7bbe11ff396d4064b914848dc5bb0e419004
Author: Evert Pot <me at evertpot.com>
Date: Fri Mar 20 23:20:15 2015 -0400
CS
---
lib/DAV/PropertyStorage/Backend/PDO.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAV/PropertyStorage/Backend/PDO.php b/lib/DAV/PropertyStorage/Backend/PDO.php
index aff279e..1e3e174 100644
--- a/lib/DAV/PropertyStorage/Backend/PDO.php
+++ b/lib/DAV/PropertyStorage/Backend/PDO.php
@@ -81,7 +81,7 @@ class PDO implements BackendInterface {
while($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
switch($row['valuetype']) {
- case NULL :
+ case null :
case self::VT_STRING :
$propFind->set($row['name'], $row['value']);
break;
--
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