1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

fix formatting

This commit is contained in:
Damodar Lohani 2023-02-20 01:38:57 +00:00
parent 7e055c585d
commit 1904e3df81

View file

@ -13,7 +13,9 @@ class PasswordDictionaryTest extends TestCase
public function setUp(): void
{
$this->object = new PasswordDictionary(
['password' => true, '123456' => true], true);
['password' => true, '123456' => true],
true
);
}
public function testValues(): void