Skip to content

Commit 574991b

Browse files
Fix return types
1 parent c78ffc2 commit 574991b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function enableReboot()
110110
*
111111
* @return $this
112112
*/
113-
public function loginUser(object $user, string $firewallContext = 'main'): self
113+
public function loginUser(object $user, string $firewallContext = 'main'): static
114114
{
115115
if (!interface_exists(UserInterface::class)) {
116116
throw new \LogicException(sprintf('"%s" requires symfony/security-core to be installed.', __METHOD__));

0 commit comments

Comments
 (0)