Skip to content

Commit

Permalink
fix indention in connect function
Browse files Browse the repository at this point in the history
  • Loading branch information
russelomua committed Sep 3, 2019
1 parent 474b014 commit 7da4d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ami.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ public function disconnect()
$this->logoff();
}

if (is_resource($this->socket)) {
fclose($this->socket);
if (is_resource($this->socket)) {
fclose($this->socket);
}
}//end disconnect()

Expand Down

0 comments on commit 7da4d7a

Please sign in to comment.