Skip to content

Commit db1a416

Browse files
authored
Make $handleName nullable in afterAddHandle plugin
1 parent ec1845c commit db1a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/RemoveHandlersPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424
public function afterAddHandle(
2525
ProcessorInterface $subject,
2626
ProcessorInterface $result,
27-
array|string $handleName
27+
array|string|null $handleName
2828
): ProcessorInterface {
2929
if (!$this->config->isModuleEnabled()) {
3030
return $result;

0 commit comments

Comments
 (0)