[Pkg-owncloud-commits] [php-sabre-vobject] 106/341: Fix CS.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:38 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 18433e3b6279200f9047ea6c4b55f0291cfaae79
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 13 15:33:38 2015 +0100

    Fix CS.
---
 lib/Component/VCalendar.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 17956cc..510e512 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -71,7 +71,7 @@ class VCalendar extends VObject\Document {
      *
      * @var array
      */
-    static $propertyMap = [ 
+    static $propertyMap = [
         // Calendar properties
         'CALSCALE'      => 'Sabre\\VObject\\Property\\FlatText',
         'METHOD'        => 'Sabre\\VObject\\Property\\FlatText',
@@ -452,14 +452,14 @@ class VCalendar extends VObject\Document {
 
         if ($options & self::PROFILE_CALDAV) {
             if (count($uidList)>1) {
-                $warnings[] = [ 
+                $warnings[] = [
                     'level' => 3,
                     'message' => 'A calendar object on a CalDAV server may only have components with the same UID.',
                     'node' => $this,
                 ];
             }
             if (count(array_unique($componentTypes))===0) {
-                $warnings[] = [ 
+                $warnings[] = [
                     'level' => 3,
                     'message' => 'A calendar object on a CalDAV server must have at least 1 component (VTODO, VEVENT, VJOURNAL).',
                     'node' => $this,
@@ -474,11 +474,11 @@ class VCalendar extends VObject\Document {
             }
 
             if (isset($this->METHOD)) {
-                $warnings[] = [ 
+                $warnings[] = [
                     'level' => 3,
                     'message' => 'A calendar object on a CalDAV server MUST NOT have a METHOD property.',
                     'node' => $this,
-                ]; 
+                ];
             }
         }
 

-- 
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