tribe-common icon indicating copy to clipboard operation
tribe-common copied to clipboard

Fix PHP 8.1 deprecation notices

Open Camwyn opened this issue 2 years ago • 0 comments

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 with Countable::count()
  • The serialize()/__serialize() mess

Camwyn avatar Sep 14 '22 22:09 Camwyn