forked from friendica/php-json-ld
Fix method signature.
This commit is contained in:
parent
5f2b5a246c
commit
f1ad4a7936
|
@ -425,7 +425,7 @@ class JsonLdProcessor {
|
||||||
*
|
*
|
||||||
* @return stdClass the new active context.
|
* @return stdClass the new active context.
|
||||||
*/
|
*/
|
||||||
public function processContext($active_ctx, $local_ctx) {
|
public function processContext($active_ctx, $local_ctx, $options) {
|
||||||
// return initial context early for null context
|
// return initial context early for null context
|
||||||
if($local_ctx === null) {
|
if($local_ctx === null) {
|
||||||
return $this->_getInitialContext();
|
return $this->_getInitialContext();
|
||||||
|
|
Loading…
Reference in a new issue