You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \TypeError(sprintf('Argument 2 passed to "%s()" must be an instance of "%s|%s|null", "%s" given.', __METHOD__, RememberMeHandlerInterface::class, RememberMeServicesInterface::class, \is_object($rememberMeHandler) ? \get_class($rememberMeHandler) : \gettype($rememberMeHandler)));
67
+
}
68
+
63
69
$this->tokenStorage = $tokenStorage;
64
70
$this->userChecker = $userChecker;
65
71
$this->sessionStrategy = $sessionStrategy;
66
72
$this->requestStack = $requestStack;
67
-
$this->rememberMeService = $rememberMeService;
73
+
$this->rememberMeHandler = $rememberMeHandler;
68
74
}
69
75
70
76
/**
@@ -80,8 +86,10 @@ final public function logInUser($firewallName, UserInterface $user, Response $re
# SwiftMailer does not put phpdoc on overwritten methods and is not maintained anymore to add them.
2
+
/Method "Swift_[^"]++" might add "[^"]++" as a native return type declaration in the future\. Do the same in implementation "Swift_[^"]++" now to avoid errors or add an explicit @return annotation to suppress this message\./
3
+
# Weird error reported for symfony/validator
4
+
/The "Symfony\\Component\\Validator\\Constraint::\$errorNames" property is considered final\. You should not override it in "Symfony\\Component\\Validator\\Constraints\\NotBlank"\./
0 commit comments