thephpleague / period

PHP's time range API

Home Page:https://period.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Period::split() return Sequence

mariosimao opened this issue · comments

Feature Request

Q A
New Feature yes
BC Break yes

Proposal

Would be nice if Period::split() returned a Sequence instead of an iterable.

With a Sequence, we have all the features from an iterable and more.

@mariosimao this is indeed scheduled for the next major release 😉