Skip to content

Commit 04f3f50

Browse files
Merge branch '6.2' into 6.3
* 6.2: fix test
2 parents 899f9d1 + e0fb245 commit 04f3f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/EventListener/PasswordMigratingListenerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ public function refreshUser(UserInterface $user): UserInterface
137137
{
138138
}
139139

140-
public function supportsClass(string $class)
140+
public function supportsClass(string $class): bool
141141
{
142142
}
143143

144-
public function loadUserByUsername(string $username)
144+
public function loadUserByUsername(string $username): UserInterface
145145
{
146146
}
147147
}

0 commit comments

Comments
 (0)