Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Password/Apache.php
Expand Up @@ -154,7 +154,7 @@ public function verify($password, $hash)
/**
* Set the format of the password
*
* @param integer|string $cost
* @param string $format
* @throws Exception\InvalidArgumentException
* @return Apache
*/
Expand Down Expand Up @@ -242,7 +242,8 @@ protected function toAlphabet64($value)
/**
* APR1 MD5 algorithm
*
* @param string $password
* @param string $password
* @param null|string $salt
* @return string
*/
protected function apr1Md5($password, $salt = null)
Expand Down

0 comments on commit bc54625

Please sign in to comment.