Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class MyFixtures |
||
11 | { |
||
12 | /** |
||
13 | * Inserts data into database. |
||
14 | * @throws |
||
15 | * @param Doctrine\ORM\EntityManager|\Something\ObjectManager $manager Entity Manager |
||
16 | * @throws MyApp\OmgException |
||
17 | * @throws \MyApp\FatalException |
||
18 | * @throws MyApp\DamnItException |
||
19 | */ |
||
20 | private function insertData($manager) |
||
21 | { |
||
22 | /** @var \Doctrine\ORM\EntityManager $manager */ |
||
29 |