The expression return password_get_info($hashedValue) could return the type null which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
29
}
30
31
/**
32
* {@inheritDoc}
33
*/
34
public function check(string $value, string $hashedValue, array $options = []): bool