Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Mar 20, 2020
1 parent 2b7dff1 commit 78e653f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PasswordHasherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public function testPasswordHashWithDefaults(): void
public function testPasswordHash(): void
{
$password = new PasswordHasher(
PASSWORD_BCRYPT, [
PASSWORD_BCRYPT,
[
// minimum blowfish's value is enough for tests
'cost' => 4,
]
Expand Down

0 comments on commit 78e653f

Please sign in to comment.