Skip to content

Commit

Permalink
[5.7] add missing docblock (#25902)
Browse files Browse the repository at this point in the history
* add missing docblock

* fix docblock order
  • Loading branch information
chapeupreto authored and taylorotwell committed Oct 3, 2018
1 parent be4cc3b commit f10fe3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Hashing/BcryptHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public function make($value, array $options = [])
* @param string $hashedValue
* @param array $options
* @return bool
*
* @throws \RuntimeException
*/
public function check($value, $hashedValue, array $options = [])
{
Expand Down

0 comments on commit f10fe3e

Please sign in to comment.