Skip to content

Commit 71067b8

Browse files
minor #42954 Add missing `@return $this` annotations (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- Add missing ``@return` $this` annotations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- cd81aecde2 Add missing ``@return` $this` annotations
2 parents 693ee6d + 65cbd39 commit 71067b8

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)