Skip to content

Commit

Permalink
Merge pull request #74 from teamreflex/analysis-z3wZk1
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
David committed Apr 9, 2016
2 parents 56dfd32 + 33df8e7 commit f8a5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Voice/VoiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public function initSockets($loop)

if (! function_exists('\Sodium\crypto_secretbox')) {
$this->emit('error', [new LibSodiumNotFoundException('libsodium-php was not found.')]);

$this->client->close();
$this->voiceWebsocket->close();
$this->mainWebsocket->send([
Expand Down

0 comments on commit f8a5a69

Please sign in to comment.