Quality assurance #1194
Annotations
4 errors
src/Collection/AuditedCollection.php#L301
Return type (Doctrine\Common\Collections\ReadableCollection<TKey of (int|string), T of object>) of method SimpleThings\EntityAudit\Collection\AuditedCollection::filter() should be covariant with return type (Doctrine\Common\Collections\Collection<(int|string), object>) of method Doctrine\Common\Collections\Collection<TKey of (int|string),T of object>::filter()
|
src/Collection/AuditedCollection.php#L330
Return type (Doctrine\Common\Collections\ReadableCollection<TKey of (int|string), U>) of method SimpleThings\EntityAudit\Collection\AuditedCollection::map() should be covariant with return type (Doctrine\Common\Collections\Collection<(int|string), mixed>) of method Doctrine\Common\Collections\Collection<TKey of (int|string),T of object>::map()
|
src/Collection/AuditedCollection.php#L345
Return type (array{Doctrine\Common\Collections\ReadableCollection<TKey of (int|string), T of object>, Doctrine\Common\Collections\ReadableCollection<TKey of (int|string), T of object>}) of method SimpleThings\EntityAudit\Collection\AuditedCollection::partition() should be covariant with return type (array{Doctrine\Common\Collections\Collection<(int|string), object>, Doctrine\Common\Collections\Collection<(int|string), object>}) of method Doctrine\Common\Collections\Collection<TKey of (int|string),T of object>::partition()
|
|
The logs for this run have expired and are no longer available.
Loading