We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78ffc2 commit 574991bCopy full SHA for 574991b
KernelBrowser.php
@@ -110,7 +110,7 @@ public function enableReboot()
110
*
111
* @return $this
112
*/
113
- public function loginUser(object $user, string $firewallContext = 'main'): self
+ public function loginUser(object $user, string $firewallContext = 'main'): static
114
{
115
if (!interface_exists(UserInterface::class)) {
116
throw new \LogicException(sprintf('"%s" requires symfony/security-core to be installed.', __METHOD__));
0 commit comments