After upgrading to PHP 8.1, our sites got the PHP warning message said
Deprecated function: Return type of Drupal\migrate_tools\IdMapFilter::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 13 of /modules/contrib/migrate_tools/src/IdMapFilter.php)
Deprecated function: Return type of Drupal\migrate_tools\SourceFilter::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 12 of /app/web/modules/contrib/migrate_tools/src/SourceFilter.php)
Use the #[\ReturnTypeWillChange] attribute to temporarily suppress the notice.
Test scripts.
N/A
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.