Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function __construct( |
||
36 | FlashService $flashService, |
||
37 | ITranslator $translator, |
||
38 | UrlGenerator $urlGenerator, |
||
39 | AssetManager $assets, |
||
40 | RepoGrid $repoGrid, |
||
41 | IEventDispatcher $eventDispatcher |
||
42 | ) { |
||
43 | parent::__construct( |
||
44 | $flashService, |
||
45 | $translator, |
||
46 | $urlGenerator, |
||
47 | $assets, |
||
48 | $repoGrid, |
||
49 | $eventDispatcher |
||
50 | ); |
||
53 |