mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
all the types
This commit is contained in:
parent
515b42586e
commit
84fa890ea7
28 changed files with 330 additions and 110 deletions
|
|
@ -34,7 +34,7 @@ class Options implements IOptions {
|
|||
return $this->timeout;
|
||||
}
|
||||
|
||||
public function setTimeout(int $timeout) {
|
||||
public function setTimeout(int $timeout): void {
|
||||
$this->timeout = $timeout;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue