Skip to content
Snippets Groups Projects
Commit 2cab0da6 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Issue #3460590 by porchlight: AddressFieldBuilder::build is not compatible...

Issue #3460590 by porchlight: AddressFieldBuilder::build is not compatible with diff 2.0.x's CoreFieldBuilder::build
parent c69c35e8
No related branches found
No related tags found
No related merge requests found
Pipeline #375044 failed
......@@ -21,7 +21,7 @@ class AddressFieldBuilder extends CoreFieldBuilder {
/**
* {@inheritdoc}
*/
public function build(FieldItemListInterface $field_items) {
public function build(FieldItemListInterface $field_items): array {
$result = [];
foreach ($field_items as $field_key => $field_item) {
if (!$field_item->isEmpty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment