Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undefined variable $userName in example
The $username variable in the `WebServiceUserProvider` example is not set, since the user object must implement the `UserInterface` (according to best practice) we can set the variable by calling `$user->getUsername()`.
- Loading branch information