Skip to content

Commit 1d9ac8c

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Finder] Fix initial directory is opened twice typo fix Fix test Fix some return types in tests
2 parents de53910 + b1e7cc2 commit 1d9ac8c

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)