spatie / period

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

Improve PHP 8.1.0 support... #106

Closed lotestudio closed 2 years ago

lotestudio commented 2 years ago

There is a warning if use strings for dates:

$period = Period::make('2021-01-01', '2021-01-31');

PHP Deprecated:  str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in ****/vendor/spatie/period/src/PeriodFactory.php on line 122
brendt commented 2 years ago

Fixed in 2.3.3: https://github.com/spatie/period/releases/tag/2.3.3