Skip to content

Commit 7da4d7a

Browse files
committed
fix indention in connect function
1 parent 474b014 commit 7da4d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ami.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ public function disconnect()
399399
$this->logoff();
400400
}
401401

402-
if (is_resource($this->socket)) {
403-
fclose($this->socket);
402+
if (is_resource($this->socket)) {
403+
fclose($this->socket);
404404
}
405405
}//end disconnect()
406406

0 commit comments

Comments
 (0)