Skip to content

Commit 340bb8d

Browse files
Merge branch '7.2' into 7.3
* 7.2: switch to Composer 2 metadata [Validator] Add tests for `MacAddress` 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 7.2.8 Update VERSION for 7.2.7 Update CHANGELOG for 7.2.7 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 ea9789f + adebb44 commit 340bb8d

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)