Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor symfony#10110 Undefined variable $userName in example (Trekels)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes symfony#10110). Discussion ---------- 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()`. Commits ------- e6d500f Undefined variable $userName in example
- Loading branch information