We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3cd0de + 6435c93 commit 6c3b796Copy full SHA for 6c3b796
User/InMemoryUserProvider.php
@@ -97,7 +97,7 @@ public function supportsClass(string $class): bool
97
*
98
* @throws UserNotFoundException if user whose given username does not exist
99
*/
100
- private function getUser(string $username)/*: InMemoryUser */
+ private function getUser(string $username)/* : InMemoryUser */
101
{
102
if (!isset($this->users[strtolower($username)])) {
103
$ex = new UserNotFoundException(sprintf('Username "%s" does not exist.', $username));
0 commit comments