diff --git a/Plugin/RemoveHandlersPlugin.php b/Plugin/RemoveHandlersPlugin.php index 8b7ba02..bc07346 100644 --- a/Plugin/RemoveHandlersPlugin.php +++ b/Plugin/RemoveHandlersPlugin.php @@ -24,7 +24,7 @@ public function __construct( public function afterAddHandle( ProcessorInterface $subject, ProcessorInterface $result, - array|string $handleName + array|string|null $handleName ): ProcessorInterface { if (!$this->config->isModuleEnabled()) { return $result;