Closed
Description
The change of a the visbility of the property $templating
from protected
to private
in a313188#L1R29 breaks the subclass ContainerAwareHIncludeFragmentRenderer
at a313188#L0R43
if (!$this->templating) {
$this->setTemplating($this->container->get('templating'));
}
The hinclude-fragment-renderer is not useable anymore.