Skip to content
Snippets Groups Projects
Commit 73288770 authored by Vinai Kopp's avatar Vinai Kopp
Browse files

Change interpret() return value to conform with Layout\ReaderInterface

parent e4b63476
Branches
No related merge requests found
......@@ -86,7 +86,8 @@ class Container implements Layout\ReaderInterface
default:
break;
}
return $this->readerPool->interpret($readerContext, $currentElement);
$this->readerPool->interpret($readerContext, $currentElement);
return $this;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment