| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 15 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 33 | public function __construct(  | 
            ||
| 34 | FlashService $flashService,  | 
            ||
| 35 | ITranslator $translator,  | 
            ||
| 36 | UrlGenerator $urlGenerator,  | 
            ||
| 37 | LoggerInterface $logger,  | 
            ||
| 38 | RepoService $repoService,  | 
            ||
| 39 | ISession $session  | 
            ||
| 40 |     ) { | 
            ||
| 41 | parent::__construct(  | 
            ||
| 42 | $flashService,  | 
            ||
| 43 | $translator,  | 
            ||
| 44 | $urlGenerator,  | 
            ||
| 45 | $logger,  | 
            ||
| 46 | $repoService,  | 
            ||
| 47 | $session  | 
            ||
| 48 | );  | 
            ||
| 51 |