[Pkg-owncloud-commits] [php-sabre-vobject] 01/43: Tweaks.
David Prévot
taffit at moszumanska.debian.org
Fri Oct 10 14:16:14 UTC 2014
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 46ef65a648c4309c3e1910799fe4f22c6838d584
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sat Sep 20 14:21:00 2014 +0100
Tweaks.
---
lib/ITip/Broker.php | 2 +-
tests/VObject/ITip/BrokerUpdateEventTest.php | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/lib/ITip/Broker.php b/lib/ITip/Broker.php
index 828dd7c..ad8094b 100644
--- a/lib/ITip/Broker.php
+++ b/lib/ITip/Broker.php
@@ -203,7 +203,7 @@ class Broker {
$baseCalendar = $calendar;
- // If the new object didn't have an organizer, the origanizer
+ // If the new object didn't have an organizer, the organizer
// changed the object from a scheduling object to a non-scheduling
// object. We just copy the info from the old object.
if (!$eventInfo['organizer'] && $oldEventInfo['organizer']) {
diff --git a/tests/VObject/ITip/BrokerUpdateEventTest.php b/tests/VObject/ITip/BrokerUpdateEventTest.php
index ca2d321..c8c0f31 100644
--- a/tests/VObject/ITip/BrokerUpdateEventTest.php
+++ b/tests/VObject/ITip/BrokerUpdateEventTest.php
@@ -128,7 +128,7 @@ ICS
),
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -190,7 +190,7 @@ ICS
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -222,7 +222,7 @@ ICS;
$version = \Sabre\VObject\Version::VERSION;
$expected = array();
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -290,7 +290,7 @@ ICS
),
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -423,7 +423,7 @@ ICS
),
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -491,7 +491,7 @@ ICS
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
@@ -559,7 +559,7 @@ ICS
);
- $result = $this->parse($oldMessage, $newMessage, $expected);
+ $this->parse($oldMessage, $newMessage, $expected);
}
--
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