Skip to content

Commit 9cb7423

Browse files
committed
Add missing return types
1 parent c2712ac commit 9cb7423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

User/InMemoryUserProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public function __construct(array $users = [])
5050
/**
5151
* Adds a new User to the provider.
5252
*
53+
* @return void
54+
*
5355
* @throws \LogicException
5456
*/
5557
public function createUser(UserInterface $user)

0 commit comments

Comments
 (0)