PHP 8.1 deprecations notices
-
Hello,
the following deprecations notices occur with php 8.1Deprecated: Return type of FeedThemSocialDOMWordsIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in feed-them-social/includes/trim-words.php on line 217
Deprecated: Return type of FeedThemSocialDOMWordsIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in feed-them-social/includes/trim-words.php on line 179
Deprecated: Return type of FeedThemSocialDOMWordsIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in feed-them-social/includes/trim-words.php on line 174
Deprecated: Return type of FeedThemSocialDOMWordsIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in feed-them-social/includes/trim-words.php on line 223
Deprecated: Return type of FeedThemSocialDOMWordsIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /feed-them-social/includes/trim-words.php on line 228
- The topic ‘PHP 8.1 deprecations notices’ is closed to new replies.