Use "array" syntax instead of "[]" shorthand.
This commit is contained in:
parent
e06d20062a
commit
362a8cb387
|
@ -4203,7 +4203,7 @@ class JsonLdProcessor {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// prevent circular visitation
|
// prevent circular visitation
|
||||||
$options['link'][$id] = [$input];
|
$options['link'][$id] = array($input);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue