Skip to content

Commit 84f5394

Browse files
committed
Fixed coding style violations
1 parent adfa75f commit 84f5394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testPreviousLogin(): void
123123

124124
// No logins found.
125125
$this->assertNull($this->user->previousLogin());
126-
126+
127127
fake(
128128
LoginModel::class,
129129
['id_type' => 'email', 'identifier' => $this->user->email, 'user_id' => $this->user->id]

0 commit comments

Comments
 (0)