minor #10281 Update BCryptPasswordEncoder.php (Szymciosek)

This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #10281).

Discussion
----------

Update BCryptPasswordEncoder.php

Commits
-------

4c81fb3 Update BCryptPasswordEncoder.php
This commit is contained in:
Fabien Potencier 2014-02-19 22:27:56 +01:00
commit bbe716cc35
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder
*
* @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
*/
public function __construct($cost)