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

Make interpret() return value conform to interface

Change View\Layout\Reader\Move::interpret() return value to conform
with Layout\ReaderInterface::interpret()
parent e4b63476
Branches
No related merge requests found
......@@ -34,7 +34,7 @@ class Move implements Layout\ReaderInterface
public function interpret(Context $readerContext, Layout\Element $currentElement)
{
$this->scheduleMove($readerContext->getScheduledStructure(), $currentElement);
return false;
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