- Issue created by @alena_stanul
- @alena_stanul opened merge request.
- Status changed to Needs review
almost 2 years ago 12:17pm 4 April 2023
Using phpstan tool was found deprecated notice in apachesolr/Apache_Solr_Document.php (line 292):
Return type mixed of method ApacheSolrDocument::getIterator() is not covariant with tentative return type Traversable of method IteratorAggregate::getIterator()
Update return type to match the root method return type.
Needs review
1.0
Code
The issue particularly affects sites running on PHP version 8.1.0 or later.