Skip to content

Commit 2f8af97

Browse files
Fix merge
1 parent 6c0b811 commit 2f8af97

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
@@ -110,7 +110,7 @@ private static function createPasswordUpgrader()
110110
return new DummyTestMigratingUserProvider();
111111
}
112112

113-
private static function createEvent(PassportInterface $passport)
113+
private static function createEvent(Passport $passport)
114114
{
115115
return new LoginSuccessEvent(new DummyAuthenticator(), $passport, new DummyToken(), new Request(), null, 'main');
116116
}

0 commit comments

Comments
 (0)