Commit 383eede
committed
minor symfony#60575 [Security] CleanUp UserInterface PHPDoc (Abdelhakim ABOULHAJ)
This PR was submitted for the 7.4 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Security] CleanUp UserInterface PHPDoc
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | --
| License | MIT
This PR removes outdated or potentially misleading references to passwords from the PHPDoc comments in the UserInterface. Since the interface does not directly handle password logic, these mentions are unnecessary and could cause confusion for implementers.
**Changes**:
- Removed password-related text from PHPDoc comments in UserInterface.
**Reasoning**:
- Clarifies the responsibilities of UserInterface.
- Ensures documentation is aligned with actual interface behavior.
No functional code changes have been made—this is purely a documentation cleanup.
Commits
-------
e51a81a doc: update UserInterface header comments1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
0 commit comments