mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
psalm fixes
This commit is contained in:
parent
ba26d98b46
commit
cce108848c
5 changed files with 18 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue