Skip to content

Commit 6c3b796

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix CS Fix CS
2 parents a3cd0de + 6435c93 commit 6c3b796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/InMemoryUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function supportsClass(string $class): bool
9797
*
9898
* @throws UserNotFoundException if user whose given username does not exist
9999
*/
100-
private function getUser(string $username)/*: InMemoryUser */
100+
private function getUser(string $username)/* : InMemoryUser */
101101
{
102102
if (!isset($this->users[strtolower($username)])) {
103103
$ex = new UserNotFoundException(sprintf('Username "%s" does not exist.', $username));

0 commit comments

Comments
 (0)