Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2a0c07e

Browse files
Szymciosekfabpot
authored andcommitted
Update BCryptPasswordEncoder.php
1 parent fc8250e commit 2a0c07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Encoder/BCryptPasswordEncoder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder
2929
*
3030
* @param integer $cost The algorithmic cost that should be used
3131
*
32+
* @throws \RuntimeException When no BCrypt encoder is available
3233
* @throws \InvalidArgumentException if cost is out of range
3334
*/
3435
public function __construct($cost)

0 commit comments

Comments
 (0)