Skip to content

Use Gitlab::Utils::Override to mark methods as overridden

Corinna Gogolok requested to merge 419944_use_gitlab_utils_override into master

What does this MR do and why?

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/419944+

This came up in a review comment.

This change marks methods that are already defined in the GitlabSubscriptions::AddOnPurchases::BaseService as overridden in the CreateService and UpdateService of the same namespace.

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