Completed
Pull Request — 1.x (#627)
by Dylan
08:40
created
src/ZfcUser/Authentication/Adapter/Db.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
           ->setMessages(array('Authentication successful.'));
114 114
     }
115 115
 
116
+    /**
117
+     * @param Bcrypt $bcrypt
118
+     */
116 119
     protected function updateUserPasswordHash($userObject, $password, $bcrypt)
117 120
     {
118 121
         $hash = explode('$', $userObject->getPassword());
Please login to merge, or discard this patch.