1
0
mirror of https://github.com/simshaun/recurr.git synced 2025-03-15 03:39:46 +01:00

Fix exception description

This commit is contained in:
LIBERT Jérémy 2019-01-30 10:03:15 +01:00
parent cbf9c08431
commit eb31f7f667

@ -305,7 +305,7 @@ class Rule
$parts = array(); $parts = array();
if (!count($pieces)) { if (!count($pieces)) {
throw new InvalidRRule('DSTART is not valid'); throw new InvalidRRule('RRULE is empty');
} }
// Split each piece of the RRULE in to KEY=>VAL // Split each piece of the RRULE in to KEY=>VAL