Skip to content

Commit 9c04844

Browse files
authored
Merge pull request #4 from peterjaap/patch-1
Make $handleName nullable in afterAddHandle plugin
2 parents 0bee5ff + db1a416 commit 9c04844

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
@@ -38,7 +38,7 @@ public function __construct(
3838
public function afterAddHandle(
3939
ProcessorInterface $subject,
4040
ProcessorInterface $result,
41-
array|string $handleName
41+
array|string|null $handleName
4242
): ProcessorInterface {
4343
if (!$this->config->isModuleEnabled()) {
4444
return $result;

0 commit comments

Comments
 (0)