Skip to content
Snippets Groups Projects
Commit f4a79ed4 authored by nicxvan's avatar nicxvan
Browse files

Spelling

parent 36934325
No related branches found
No related tags found
No related merge requests found
......@@ -226,8 +226,8 @@ protected static function registerImplementations(ContainerBuilder $container, H
// Register all implementations.
foreach ($legacyImplementationMap as $hook => $moduleImplements) {
$extraHooks = $orderExtraTypes[$hook] ?? [];
// Add implementations to the array we pass to HMIA when the definition
// specifies that they should be ordered together.
// Add implementations to the array we pass to legacy ordering
// when the definition specifies that they should be ordered together.
foreach ($extraHooks as $extraHook) {
$moduleImplements += $legacyImplementationMap[$extraHook] ?? [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment