Skip to content

Add options accessor to merge service

drew stachon requested to merge add-options-accessor-to-merge-service into master

What does this MR do and why?

This is a quick change to rename a method parameter so we can add an accessor method to the instance variable we assign it to.

Technically we don't need to make this change, because method param is a higher scope in the method body than a class method, but I absolutely do not want everyone to have to think about that.

How to set up and validate locally

No functional changes. Everything still works.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports