psalm fixes

This commit is contained in:
Robin Appelman 2021-10-27 15:28:12 +02:00
commit cce108848c
5 changed files with 18 additions and 9 deletions

View file

@ -132,6 +132,6 @@ class Connection extends RawConnection {
// ignore any errors while trying to send the close command, the process might already be dead
@$this->write('close' . PHP_EOL);
}
parent::close($terminate);
$this->close_process($terminate);
}
}