Hi there!
If you try to parse a rrule with frequency set to WEEKLY and no BYDAY set, it'll give you an error:
PHP Error: Call to a member function format() on null in .../vendor/simshaun/recurr/src/Recurr/Transformer/TextTransformer.php on line 282
Sample code to reproduce the error:
echo (new \Recurr\Transformer\TextTransformer)->transform(new Recurr\Rule('FREQ=WEEKLY'));
This is on version 4.0.2
Hi there!
If you try to parse a rrule with frequency set to WEEKLY and no BYDAY set, it'll give you an error:
Sample code to reproduce the error:
echo (new \Recurr\Transformer\TextTransformer)->transform(new Recurr\Rule('FREQ=WEEKLY'));This is on version 4.0.2