Skip to content

Commit cc36aa2

Browse files
Add missing return types to tests/internal/final methods
1 parent a5ce79f commit cc36aa2

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
@@ -152,5 +152,5 @@ abstract class TestPasswordAuthenticatedUser implements UserInterface, PasswordA
152152
{
153153
abstract public function getPassword(): ?string;
154154

155-
abstract public function getSalt();
155+
abstract public function getSalt(): ?string;
156156
}

0 commit comments

Comments
 (0)