Commit d56bf3f0 by Qiang Xue

Merge pull request #921 from ekerazha/master

Fix phpdoc.
parents c4f4e52a 64a33e78
......@@ -117,7 +117,6 @@ class BaseSecurity
* Derives a key from the given password (PBKDF2).
* @param string $password the source password
* @param string $salt the random salt
* @param int $iterations the number of iterations
* @return string the derived key
*/
protected static function deriveKey($password, $salt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment