| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 28 | public function __construct(RenderBlock $renderBlock, Session $session, string $flashesTemplate, string $flashesBlockId)  | 
            ||
| 29 |     { | 
            ||
| 30 | $this->renderBlock = $renderBlock;  | 
            ||
| 31 | $this->session = $session;  | 
            ||
| 32 | $this->flashesTemplate = $flashesTemplate;  | 
            ||
| 33 | $this->flashesBlockId = $flashesBlockId;  | 
            ||
| 34 | }  | 
            ||
| 58 |