Skip to content

Commit 6d80a6b

Browse files
Merge branch '3.4' into 4.3
* 3.4: Fix inconsistent return points. [Security/Core] UserInterface::getPassword() can return null [Router] Fix TraceableUrlMatcher behaviour with trailing slash
2 parents 13ff511 + 2acef25 commit 6d80a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getRoles();
5454
* This should be the encoded password. On authentication, a plain-text
5555
* password will be salted, encoded, and then compared to this value.
5656
*
57-
* @return string The password
57+
* @return string|null The encoded password if any
5858
*/
5959
public function getPassword();
6060

0 commit comments

Comments
 (0)