forked from friendica/php-json-ld
Use array() syntax.
This commit is contained in:
parent
ac71cc01b8
commit
01f0f1440d
|
@ -2715,8 +2715,8 @@ class JsonLdProcessor {
|
||||||
$node = $usage->node;
|
$node = $usage->node;
|
||||||
$property = $usage->property;
|
$property = $usage->property;
|
||||||
$head = $usage->value;
|
$head = $usage->value;
|
||||||
$list = [];
|
$list = array();
|
||||||
$list_nodes = [];
|
$list_nodes = array();
|
||||||
|
|
||||||
// ensure node is a well-formed list node; it must:
|
// ensure node is a well-formed list node; it must:
|
||||||
// 1. Be used only once in a list.
|
// 1. Be used only once in a list.
|
||||||
|
|
Loading…
Reference in a new issue