1 | <?php |
||
11 | class UserManager extends AbstractManager |
||
12 | { |
||
13 | /** |
||
14 | * @var UserPasswordEncoder |
||
15 | */ |
||
16 | private $serviceEncoder; |
||
17 | |||
18 | public function __construct(EntityManager $entityManager, $entity, $serviceEncoder) |
||
23 | |||
24 | public function getSupport(AbstractEntity $object) |
||
28 | |||
29 | protected function preInsert(User $user) |
||
35 | |||
36 | private function modifierLeMotDePasse(User $user) |
||
41 | |||
42 | } |
||
|
|||
43 |
This check marks files that end in a newline character, i.e. an empy line.