-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Calendar class uses PeriodInterface as return type for getYear, getMonth, getWeek.
Such method should return, respectively, Year, Month, Week, that are implementing \Iterator.
With the current code, a call to foreach (new Calendar)->getMonth() is marked as invalid by phpstorm ("Can not iterate PeriodInterface").
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels