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.
1 parent ec1845c commit db1a416Copy full SHA for db1a416
Plugin/RemoveHandlersPlugin.php
@@ -24,7 +24,7 @@ public function __construct(
24
public function afterAddHandle(
25
ProcessorInterface $subject,
26
ProcessorInterface $result,
27
- array|string $handleName
+ array|string|null $handleName
28
): ProcessorInterface {
29
if (!$this->config->isModuleEnabled()) {
30
return $result;
0 commit comments