spatie / period

Complex period comparisons
https://spatie.be/open-source
MIT License
1.55k stars 72 forks source link

Improve PHP 8.1.0 support #103

Closed kyryl-bogach closed 2 years ago

kyryl-bogach commented 2 years ago

Fix errors when using PHP 8.1.0 like:

Return type of Spatie\Period\PeriodCollection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/spatie/period/src/IterableImplementation.php
freekmurze commented 2 years ago

Thank you!