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