Skip to content

Commit e51a81a

Browse files
Abdelhakim ABOULHAJnicolas-grekas
Abdelhakim ABOULHAJ
authored andcommitted
doc: update UserInterface header comments
1 parent 37a619f commit e51a81a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Security/Core/User/UserInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
* Represents the interface that all user classes must implement.
1616
*
1717
* This interface is useful because the authentication layer can deal with
18-
* the object through its lifecycle, using the object to get the hashed
19-
* password (for checking against a submitted password), assigning roles
20-
* and so on.
18+
* the object through its lifecycle, assigning roles and so on.
2119
*
2220
* Regardless of how your users are loaded or where they come from (a database,
2321
* configuration, web service, etc.), you will have a class that implements

0 commit comments

Comments
 (0)