After upgrading to diff 2.0.0-beta3, we encountered the following error:
PHP Fatal error: Declaration of Drupal\entity_reference_revisions\Plugin\diff\Field\EntityReferenceRevisionsFieldDiffBuilder::build(Drupal\Core\Field\FieldItemListInterface $field_items) must be compatible with Drupal\diff\FieldDiffBuilderInterface::build(Drupal\Core\Field\FieldItemListInterface $field_items): mixed
After fixing that I also got:
PHP Fatal error: Declaration of Drupal\entity_reference_revisions\Plugin\diff\Field\EntityReferenceRevisionsFieldDiffBuilder::getEntitiesToDiff(Drupal\Core\Field\FieldItemListInterface $field_items) must be compatible with Drupal\diff\FieldReferenceInterface::getEntitiesToDiff(Drupal\Core\Field\FieldItemListInterface $field_items): array
The issue is that FieldReferenceInterface was updated to include return types in the function signatures. The implementation in entity_reference_revisions does not include these signatures.
Install diff 2.0.0-beta3 then try to view the diff between two revisions of a node.
Update the class to match the interface.
None.
None.
None.
None.
Active
1.0
Code