Update BCryptPasswordEncoder.php

This commit is contained in:
szymek 2014-02-17 18:17:36 +01:00 committed by Fabien Potencier
parent 0788896e32
commit 04a506ee7d

View File

@ -29,6 +29,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder
* *
* @param integer $cost The algorithmic cost that should be used * @param integer $cost The algorithmic cost that should be used
* *
* @throws \RuntimeException When no BCrypt encoder is available
* @throws \InvalidArgumentException if cost is out of range * @throws \InvalidArgumentException if cost is out of range
*/ */
public function __construct($cost) public function __construct($cost)