Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | interface EntityManagerAwareInterface |
||
16 | { |
||
17 | /** |
||
18 | * Возвращает EntityManager |
||
19 | * @return mixed |
||
20 | */ |
||
21 | public function getEntityManager(); |
||
22 | |||
23 | /** |
||
24 | * Устанавдивает EntityManager |
||
25 | * @param EntityManagerInterface $entityManager |
||
26 | * @return mixed |
||
27 | */ |
||
28 | public function setEntityManager(EntityManagerInterface $entityManager); |
||
29 | } |
||
|
|||
30 |
This check marks files that end in a newline character, i.e. an empy line.