We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86cd4 commit 879caceCopy full SHA for 879cace
Encoder/BCryptPasswordEncoder.php
@@ -29,6 +29,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder
29
*
30
* @param integer $cost The algorithmic cost that should be used
31
32
+ * @throws \RuntimeException When no BCrypt encoder is available
33
* @throws \InvalidArgumentException if cost is out of range
34
*/
35
public function __construct($cost)
0 commit comments