Skip to content

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 (closed).

Merge request reports