Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
16 | 2 | public function __construct(MovieRepository $repository, TmdbSearchService $tmdb, TmdbSyncService $sync, TmdbNormalizerService $normalizer) |
|
17 | { |
||
18 | 2 | $this->repository = $repository; |
|
19 | 2 | $this->tmdb = $tmdb; |
|
20 | 2 | $this->sync = $sync; |
|
21 | 2 | $this->normalizer = $normalizer; |
|
22 | 2 | } |
|
23 | |||
43 | } |