Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-grahn committed Oct 13, 2024
1 parent 8495176 commit d04a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vend/socket/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class Socket
public $local_port;
public $read_buffer = '';
public $write_buffer = '';
public $is_open = true
public $is_open = true;

public function __construct(
$bind_address = 0,
Expand Down

0 comments on commit d04a699

Please sign in to comment.