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

Correct array shape

parent ee063c48
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ protected static function registerImplementations(ContainerBuilder $container, H
* Lists of extra hooks to order together with, keyed by hook name.
* @param array<string, array<string, array<class-string, list<string>>>> $implementations
* Hook implementations, as method names by hook, module and class.
* @param array<class-string, array<array<string, string>>> $moduleFinder
* @param array<class-string, array<string, array<string, string>>> $moduleFinder
* Lookup map to find the module for each hook implementation.
* Array keys are the class, method, and hook, array values are module
* names.
......@@ -575,7 +575,7 @@ protected static function addTagToDefinition(Definition $definition, string|int
* The container.
* @param list<array{class-string, string}> $classesAndMethods
* A list of class-and-method pairs.
* @param array<class-string, array<array<string, string>>> $moduleFinder
* @param array<class-string, array<string, array<string, string>>> $moduleFinder
* Array keys are the class, method, and hook, array values are module
* names.
* @param string $combinedHook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment