Skip to content

Commit 1517476

Browse files
authored
Update TopicDispatcher.php
1 parent bcc7e0f commit 1517476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/App/Dispatcher/TopicDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function onPublish(ConnectionInterface $conn, Topic $topic, WampRequest $
132132
*
133133
* @return bool
134134
*/
135-
public function dispatch($calledMethod, ConnectionInterface $conn, Topic $topic, WampRequest $request, $payload = null, $exclude = null, $eligible = null, $provider = null)
135+
public function dispatch($calledMethod, ConnectionInterface $conn = null, Topic $topic, WampRequest $request, $payload = null, $exclude = null, $eligible = null, $provider = null)
136136
{
137137
$dispatched = false;
138138

0 commit comments

Comments
 (0)