[Pkg-owncloud-commits] [php-sabre-vobject] 07/43: cs fixes

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:23:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 4.0.0-alpha2
in repository php-sabre-vobject.

commit 130f362a8e04536639de58cafad98610470c4709
Author: Dominik Tobschall <dominik at fruux.com>
Date:   Thu Jul 9 00:24:56 2015 +0200

    cs fixes
---
 lib/BirthdayCalendarGenerator.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/BirthdayCalendarGenerator.php b/lib/BirthdayCalendarGenerator.php
index 26c62e4..3aecff8 100644
--- a/lib/BirthdayCalendarGenerator.php
+++ b/lib/BirthdayCalendarGenerator.php
@@ -2,7 +2,6 @@
 
 namespace Sabre\VObject;
 
-use DateTimeInterface;
 use DateTimezone;
 use Sabre\VObject\Component\VCalendar;
 
@@ -175,7 +174,7 @@ class BirthdayCalendarGenerator {
 
             // Set a year if it's not set.
             if (!$dateParts['year']) {
-                $object->BDAY=$this->defaultYear . '-' . $dateParts['month'] . '-' . $dateParts['date'];
+                $object->BDAY = $this->defaultYear . '-' . $dateParts['month'] . '-' . $dateParts['date'];
 
                 // @TODO:
                 // It may make sense to add an info to our event that the year was unknown.

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