Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | 1 | public function __construct(ObjectManager $entityManager) |
|
19 | { |
||
20 | 1 | $this->translationsRepository = $entityManager->getRepository("Webcook\Cms\I18nBundle\Entity\Translation"); |
|
21 | 1 | $this->languageRepository = $entityManager->getRepository("Webcook\Cms\I18nBundle\Entity\Language"); |
|
22 | 1 | } |
|
23 | |||
45 |