Skip to content

Commit 6435c93

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix CS Fix CS
2 parents 057c738 + 25d14fa commit 6435c93

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)