We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bee5ff + db1a416 commit 9c04844Copy full SHA for 9c04844
Plugin/RemoveHandlersPlugin.php
@@ -38,7 +38,7 @@ public function __construct(
38
public function afterAddHandle(
39
ProcessorInterface $subject,
40
ProcessorInterface $result,
41
- array|string $handleName
+ array|string|null $handleName
42
): ProcessorInterface {
43
if (!$this->config->isModuleEnabled()) {
44
return $result;
0 commit comments