Skip to content

Commit 9b55875

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix Fix inconsistent return points. [Config] Add handling for ignored keys in ArrayNode::mergeValues. Fix inconsistent return points. [Security/Core] UserInterface::getPassword() can return null [Router] Fix TraceableUrlMatcher behaviour with trailing slash Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)"
2 parents a2db48e + 6d80a6b commit 9b55875

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)