Skip to content
Snippets Groups Projects
Verified Commit 5f4168b1 authored by dpi's avatar dpi
Browse files

:bug: Fix failure when there are no implementations

parent ed744098
Branches 9.0.x
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ final class HuxModuleHandler implements ModuleHandlerInterface { ...@@ -25,7 +25,7 @@ final class HuxModuleHandler implements ModuleHandlerInterface {
* *
* @var array<int,array{object, string}> * @var array<int,array{object, string}>
*/ */
private array $implementations; private array $implementations = [];
/** /**
* An array of hook implementations. * An array of hook implementations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment