mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
mlanthaler: Fixed typo in docBlock
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42070 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dd64cc06b9
commit
7992eeb5d4
@ -594,9 +594,9 @@ class Security extends Controller {
|
|||||||
* needed, the method will automatically create a
|
* needed, the method will automatically create a
|
||||||
* random salt that will then be returned as return
|
* random salt that will then be returned as return
|
||||||
* value.
|
* value.
|
||||||
* @pram strin $algorithm Optional: Use another algorithm to encrypt the
|
* @param string $algorithm Optional: Use another algorithm to encrypt the
|
||||||
* password (so that the encryption algorithm can
|
* password (so that the encryption algorithm can
|
||||||
* be changed over the time).
|
* be changed over the time).
|
||||||
* @return mixed Returns an associative array containing the encrypted
|
* @return mixed Returns an associative array containing the encrypted
|
||||||
* password and the used salt in the form
|
* password and the used salt in the form
|
||||||
* <i>array('encrypted_password' => string, 'salt' =>
|
* <i>array('encrypted_password' => string, 'salt' =>
|
||||||
|
Loading…
Reference in New Issue
Block a user