tribe-common
tribe-common copied to clipboard
Fix PHP 8.1 deprecation notices
Fixes:
- Deprecated: DateTime::setTime(): Passing null to parameter https://github.com/the-events-calendar/tribe-common/pull/1 ($hour) of type int is deprecated
- Deprecated: Constant FILTER_SANITIZE_STRING is deprecated
- Deprecated: strpos(): Passing null to parameter https://github.com/the-events-calendar/tribe-common/pull/1 ($haystack) of type string is deprecated
Thanks @bordoni !
- Return type of
Tribe\Utils\Lazy_Collection::count()
should be compatible withCountable::count()
- The
serialize()
/__serialize()
mess