Skip to content
Snippets Groups Projects
Commit 29fb2fd6 authored by Eric Pommateau's avatar Eric Pommateau
Browse files

test fix quality

parent ab7a0a3b
No related branches found
No related tags found
No related merge requests found
......@@ -96,14 +96,13 @@ abstract class PasswordStrengthMeterAnssi implements PasswordStrengthMeterInterf
*/
public static function thresholds()
{
$result = [
return [
128 => static::STRENGTH_VERY_STRONG,
100 => static::STRENGTH_STRONG,
80 => static::STRENGTH_MEDIUM,
64 => static::STRENGTH_WEAK,
0 => static::STRENGTH_VERY_WEAK
];
return $result;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment