Skip to content

Commit 65cbd39

Browse files
Add missing @return $this annotations
1 parent c9f33e1 commit 65cbd39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KernelBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ public function enableReboot()
111111

112112
/**
113113
* @param UserInterface $user
114+
*
115+
* @return $this
114116
*/
115117
public function loginUser(object $user, string $firewallContext = 'main'): self
116118
{

0 commit comments

Comments
 (0)