Conditions | 1 |
Paths | 1 |
Total Lines | 17 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
39 | public function __construct( |
||
40 | FlashService $flashService, |
||
41 | LoggerInterface $logger, |
||
42 | ITranslator $translator, |
||
43 | UrlGenerator $urlGenerator, |
||
44 | AssetManager $assets, |
||
45 | RepoGrid $repoGrid, |
||
46 | IEventDispatcher $eventDispatcher |
||
47 | ) { |
||
48 | parent::__construct( |
||
49 | $flashService, |
||
50 | $logger, |
||
51 | $translator, |
||
52 | $urlGenerator, |
||
53 | $assets, |
||
54 | $repoGrid, |
||
55 | $eventDispatcher |
||
56 | ); |
||
59 |