8000 Merge branch '6.4' into 7.2 · symfony/security-core@adebb44 · GitHub
[go: up one dir, main page]

Skip to content

Commit adebb44

Browse files
Merge branch '6.4' into 7.2
* 6.4: switch to Composer 2 metadata Fix `ContainerDebugCommandTest::testNoDumpedXML` doc: update UserInterface header comments Fix: Lack of recipient in case DSN does not have optional LIST_ID parameter. [PhpUnitBridge] Mark as dev package [DependencyInjection] Make `YamlDumper` quote resolved env vars if necessary Bump Symfony version to 6.4.23 Update VERSION for 6.4.22 Update CONTRIBUTORS for 6.4.22 Update CHANGELOG for 6.4.22 fixed Via regex
2 parents 0e2c660 + 527780a commit adebb44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)
0