Skip to content

Commit

Permalink
Remove doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 17, 2023
1 parent e2fe78e commit 95919d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Models/Attributes/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ public static function sha512Crypt(string $password, string $salt = null): strin

/**
* Make a new password hash.
*
* @param string $password The password to make a hash of.
* @param string $method The hash function to use.
* @param string|null $algo The algorithm to use for hashing.
* @param string|null $salt The salt to append onto the hash.
*/
protected static function makeHash(string $password, string $method, string $algo = null, string $salt = null): string
{
Expand Down

0 comments on commit 95919d2

Please sign in to comment.