Commit f7f83bc
committed
minor symfony#52082 [Security] Update
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] Update `InteractiveAuthenticatorInterface` description
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
`SecurityEvents` phpdoc and `InteractiveAuthenticatorInterface` are contradictory, this PR try to fix it
https://github.com/symfony/symfony/blob/d28330faaadb68f59e0d93da101741979db51df0/src/Symfony/Component/Security/Http/SecurityEvents.php#L20-L27
Found it when documenting InteractiveLoginEvent symfony/symfony-docs#19029
Commits
-------
0a66c2b [Security] Update InteractiveAuthenticatorInterface descriptionInteractiveAuthenticatorInterface description (alamirault)File tree
1 file changed
+2
-2
lines changed- src/Symfony/Component/Security/Http/Authenticator
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments