Fix for App\Classes\File\Tic::close must be compatible with parent
This commit is contained in:
@@ -236,7 +236,7 @@ abstract class Protocol
|
||||
protected function error_close(): void
|
||||
{
|
||||
if ($this->send->fd)
|
||||
$this->send->close(FALSE);
|
||||
$this->send->close(FALSE,$this->node);
|
||||
|
||||
if ($this->recv->fd)
|
||||
$this->recv->close();
|
||||
|
Reference in New Issue
Block a user