Compare commits

..

No commits in common. "ed0eb8225b1672ea2516134def1c849d6f113f5f" and "ce43abb95406c0969b0c1e56b14dd3e40fd4788a" have entirely different histories.

View File

@ -33,8 +33,6 @@ class SectionToken implements ControlStructure {
throw new \RuntimeException("A section closing tag {% endsection %} was found without an opening {% section %} tag");
}
$this->action = PrintActionEnum::default;
return $this->printEndSection($context);
}
}