forked from friendica/php-json-ld
Remove unnecessary initialization.
This commit is contained in:
parent
607575d0d4
commit
dfbea38c6f
|
@ -4751,8 +4751,6 @@ class JsonLdProcessor {
|
||||||
$container_map->{$container} = (object)array(
|
$container_map->{$container} = (object)array(
|
||||||
'@language' => new stdClass(),
|
'@language' => new stdClass(),
|
||||||
'@type' => new stdClass());
|
'@type' => new stdClass());
|
||||||
$container_map->{$container}->{'@language'}->{$default_language} =
|
|
||||||
(object)array('term' => null, 'propertyGenerators' => array());
|
|
||||||
}
|
}
|
||||||
$entry = $container_map->{$container};
|
$entry = $container_map->{$container};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue