From f1ad4a7936994672bda5611bd0b7e9d5007dcef3 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Fri, 27 Apr 2012 00:16:17 -0400 Subject: [PATCH] Fix method signature. --- jsonld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonld.php b/jsonld.php index b675889..6daab34 100644 --- a/jsonld.php +++ b/jsonld.php @@ -425,7 +425,7 @@ class JsonLdProcessor { * * @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 if($local_ctx === null) { return $this->_getInitialContext();