Skip to content

Commit

Permalink
Update Server.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Apr 7, 2016
1 parent 29c8251 commit 1425baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct($ip = '0.0.0.0', $port = 2206)
* onClose
* @return void
*/
public function onClose()
public function onClose($connection)
{
if(empty($connection->channels))
{
Expand Down

0 comments on commit 1425baf

Please sign in to comment.