This commit is contained in:
freek 2018-11-27 20:20:17 +01:00
parent c23f011f71
commit 1691fa7962
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Router
/** /**
* @param $action * @param $action
* *
* @return WsServer|HttpServerInterface * @return \Ratchet\WebSocket\WsServer|\Ratchet\Http\HttpServerInterface
*/ */
protected function wrapAction($action) protected function wrapAction($action)
{ {