Fix method signature.

This commit is contained in:
Dave Longley 2012-04-27 00:16:17 -04:00
parent 5f2b5a246c
commit f1ad4a7936
1 changed files with 1 additions and 1 deletions

View File

@ -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();