forked from friendica/php-json-ld
Add missing semicolon.
This commit is contained in:
parent
c5f9d1963a
commit
2a2cf85be9
|
@ -4714,7 +4714,7 @@ class JsonLdProcessor {
|
|||
'Invalid JSON-LD syntax; @context @id value must be an ' .
|
||||
'absolute IRI, a blank node identifier, or a keyword.',
|
||||
'jsonld.SyntaxError', 'invalid IRI mapping',
|
||||
array('context' => $local_ctx))
|
||||
array('context' => $local_ctx));
|
||||
}
|
||||
$mapping->{'@id'} = $id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue