[Pkg-owncloud-commits] [php-sabre-vobject] 117/341: Fix CS.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit b0d3999e512305ccb03bc40aebe917f0303c97ff
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 13 16:52:31 2015 +0100
Fix CS.
---
lib/Component/VCalendar.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 510e512..779567d 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -463,7 +463,7 @@ class VCalendar extends VObject\Document {
'level' => 3,
'message' => 'A calendar object on a CalDAV server must have at least 1 component (VTODO, VEVENT, VJOURNAL).',
'node' => $this,
- ];
+ ];
}
if (count(array_unique($componentTypes))>1) {
$warnings[] = [
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list