Skip to content

Commit bca84cf

Browse files
authored
Fix Php doc (#49)
1 parent c42df5a commit bca84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dispatcher/SymfonyJsonRpcServerDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(EventDispatcherInterface $symfonyEventDispatcher)
2323
}
2424

2525
/**
26-
* @param string $eventName
26+
* @param string|null $eventName
2727
* @param JsonRpcServerEvent $event
2828
*/
2929
public function dispatchJsonRpcEvent(string $eventName, JsonRpcServerEvent $event = null) : void

0 commit comments

Comments
 (0)