Skip to content

Commit e0fb245

Browse files
fix test
1 parent 7dd57bc commit e0fb245

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)