| 1 | <?php |
||
| 11 | class UtilisateurManager 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(Entity $object) |
||
| 28 | |||
| 29 | protected function preInsert(Utilisateur $utilisateur) |
||
| 35 | |||
| 36 | private function modifierLeMotDePasse(Utilisateur $utilisateur) |
||
| 41 | |||
| 42 | } |
||
|
|
|||
| 43 |
This check marks files that end in a newline character, i.e. an empy line.