Skip to content

Commit b1e7cc2

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Finder] Fix initial directory is opened twice typo fix Fix test Fix some return types in tests
2 parents 36d2bdd + d18c11d commit b1e7cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/EventListener/PasswordMigratingListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function eraseCredentials(): void
174174
{
175175
}
176176

177-
public function getUsername()
177+
public function getUsername(): string
178178
{
179179
}
180180

0 commit comments

Comments
 (0)