Merge branch '20510-fix-dont-pass-a-local-variable-called-to-a-partial' into 'master'
Fix Mystery Guest
## What does this MR do?
Makes the name of the local variable more expressive rather than using a character, which is the problem of the magic variable/mystery guest.
## Are there points in the code the reviewer needs to double check?
Only the partial that receives the new name of the local variable is being called.
## Why was this MR needed?
Ensure that the pass of local variable don't use a magic name.
## What are the relevant issue numbers?
Closes #20510.
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
- [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5657
Showing
Please
register
or
sign in
to comment