Skip to content
Snippets Groups Projects

Fix Diff 2.x

Merged Adam Bramley requested to merge issue/json_field-3463449:3463449-fix-diff-2.x into 8.x-1.x
Files
2
@@ -25,7 +25,7 @@ class JsonFieldBuilder extends FieldDiffBuilderBase {
/**
* {@inheritdoc}
*/
public function build(FieldItemListInterface $field_items) {
public function build(FieldItemListInterface $field_items): mixed {
$result = [];
/** @var \Drupal\Core\Field\FieldItemInterface $field_item */
Loading