Skip to content

Commit bdac80e

Browse files
committed
phpcs fix
1 parent 6cc317b commit bdac80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Controller/Traits/LoginTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public function testLoginRehashWithAuthenticatorStructure()
299299
$oldHash = '$2y$10$OldHashNeedsUpgrade00000000000000000000000000000000';
300300
$this->Trait->getUsersTable()->updateAll(
301301
['password' => $oldHash],
302-
['id' => $userId]
302+
['id' => $userId],
303303
);
304304

305305
$passwordIdentifier = $this->getMockBuilder(PasswordIdentifier::class)

0 commit comments

Comments
 (0)