add missing docblock for RuntimeException (#24732)

This commit is contained in:
Rod Elias 2018-07-03 11:18:15 -03:00 committed by Taylor Otwell
parent 9c684dcabe
commit e77160aa29
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ class ArgonHasher extends AbstractHasher implements HasherContract
* @param string $value
* @param array $options
* @return string
*
* @throws \RuntimeException
*/
public function make($value, array $options = [])
{