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
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ final class HuxModuleHandler implements ModuleHandlerInterface {
*
* @var array<int,array{object, string}>
*/
private array $implementations;
private array $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