Fix for App\Classes\File\Tic::close must be compatible with parent

This commit is contained in:
2023-09-05 22:07:27 +12:00
parent 6498e364fb
commit 005aa88514
2 changed files with 3 additions and 2 deletions

View File

@@ -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();