Completed
Pull Request — dev (#20)
by nonanerz
03:38
created
src/AppBundle/Security/PasswordListener.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -39,6 +39,10 @@
 block discarded – undo
39 39
             $this->encodePassword($entity);
40 40
         }
41 41
     }
42
+
43
+    /**
44
+     * @param UserInterface $entity
45
+     */
42 46
     private function encodePassword($entity)
43 47
     {
44 48
         $password = $entity->getPlainPassword();
Please login to merge, or discard this patch.