[Pkg-owncloud-commits] [php-sabredav] 197/220: CS
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 24cc216b6fa4ec9ff6a0b17ab9e74b55977abfff
Author: Evert Pot <me at evertpot.com>
Date: Thu Apr 28 16:14:43 2016 +0700
CS
---
tests/Sabre/CardDAV/Backend/AbstractPDOTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php b/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
index 74647cd..f62bfb1 100644
--- a/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
+++ b/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
@@ -284,7 +284,7 @@ abstract class AbstractPDOTest extends \PHPUnit_Framework_TestCase {
$expected = $v;
$actual = $result[$index][$k];
- switch($k) {
+ switch ($k) {
case 'lastmodified' :
$this->assertInternalType('int', $actual);
break;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list