Skip to content

Commit aeb7db1

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Fix PHP 8.1 null values [Console] Fix PHP 8.1 null error for preg_match flag Fix: Article Definition::removeMethodCall should remove all matching calls mark the LazyIterator class as internal fix extracting mixed type-hinted property types keep valid submitted choices when additional choices are submitted
2 parents 122c8f5 + 1a69306 commit aeb7db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RememberMe/RememberMeServicesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function loginFail(Request $request, \Exception $exception = null);
6868
* although this is not recommended.
6969
*
7070
* Instead, implementations should typically look for a request parameter
71-
* (such as a HTTP POST parameter) that indicates the browser has explicitly
71+
* (such as an HTTP POST parameter) that indicates the browser has explicitly
7272
* requested for the authentication to be remembered.
7373
*/
7474
public function loginSuccess(Request $request, Response $response, TokenInterface $token);

SecurityEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class SecurityEvents
2121
* into your website. It is important to distinguish this action from
2222
* non-interactive authentication methods, such as:
2323
* - authentication based on your session.
24-
* - authentication using a HTTP basic or HTTP digest header.
24+
* - authentication using an HTTP basic or HTTP digest header.
2525
*
2626
* @Event("Symfony\Component\Security\Http\Event\InteractiveLoginEvent")
2727
*/

0 commit comments

Comments
 (0)