| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 30 | public function __construct(TemplateBlockRendererInterface $templateBlockRenderer, TemplateBlockRenderingHistory $templateBlockRenderingHistory)  | 
            ||
| 31 |     { | 
            ||
| 32 | $this->templateBlockRenderer = $templateBlockRenderer;  | 
            ||
| 33 | $this->templateBlockRenderingHistory = $templateBlockRenderingHistory;  | 
            ||
| 34 | }  | 
            ||
| 35 | |||
| 47 |