Skip to content

Extract BaseHookCollection

gitlab-qa-bot requested to merge hook-collection-hierarchy into master

Created by: dchelimsky

Previously the HookCollection was acting as a base with the subclasses overriding (some) methods. With this change, each subclass extends the base class by adding new methods, not overriding existing ones. Makes it all a bit easier to reason about.

Merge request reports