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 c42df5a commit bca84cfCopy full SHA for bca84cf
src/Dispatcher/SymfonyJsonRpcServerDispatcher.php
@@ -23,7 +23,7 @@ public function __construct(EventDispatcherInterface $symfonyEventDispatcher)
23
}
24
25
/**
26
- * @param string $eventName
+ * @param string|null $eventName
27
* @param JsonRpcServerEvent $event
28
*/
29
public function dispatchJsonRpcEvent(string $eventName, JsonRpcServerEvent $event = null) : void
0 commit comments