Skip to content

Commit 441b2e5

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Mailer] Fix usage of stream_set_timeout in case of microseconds [Security] Update InteractiveAuthenticatorInterface description
2 parents 6a848e1 + 5e41792 commit 441b2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Authenticator/InteractiveAuthenticatorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* be used by interactive authenticators.
1717
*
1818
* Interactive login requires explicit user action (e.g. a login
19-
* form or HTTP basic authentication). Implementing this interface
20-
* will dispatch the InteractiveLoginEvent upon successful login.
19+
* form). Implementing this interface will dispatch the InteractiveLoginEvent
20+
* upon successful login.
2121
*
2222
* @author Wouter de Jong <[email protected]>
2323
*/

0 commit comments

Comments
 (0)