You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/password.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
* algorithm, will result
98
98
* in the password parameter being truncated to a
99
99
* maximum length of 72 characters.
100
-
* @param int $algo A password algorithm constant denoting the algorithm to use when hashing the password.
100
+
* @param int|string|null $algo A password algorithm constant denoting the algorithm to use when hashing the password.
101
101
* @param array $options An associative array containing options. See the password algorithm constants for documentation on the supported options for each algorithm.
102
102
*
103
103
* If omitted, a random salt will be created and the default cost will be
0 commit comments