Skip to content

Commit 1854c09

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Mailer] Fix usage of stream_set_timeout in case of microseconds [Security] Update InteractiveAuthenticatorInterface description
2 parents 11c56ba + 441b2e5 commit 1854c09

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)