[Pkg-owncloud-commits] [php-sabre-vobject] 50/106: Whitespace error.
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:01 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 b49454e833e74d5b34eef349397c1785b122b5e8
Author: Evert Pot <me at evertpot.com>
Date: Sat Aug 2 00:42:58 2014 -0400
Whitespace error.
---
lib/Sabre/VObject/RRuleParser.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Sabre/VObject/RRuleParser.php b/lib/Sabre/VObject/RRuleParser.php
index cd6e145..31402b5 100644
--- a/lib/Sabre/VObject/RRuleParser.php
+++ b/lib/Sabre/VObject/RRuleParser.php
@@ -679,7 +679,7 @@ class RRuleParser implements Iterator {
foreach($value as $part) {
if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
- }
+ }
}
$this->byDay = $value;
break;
--
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