mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove setter from option interface
This commit is contained in:
parent
14452ee7b2
commit
a91de0d012
1 changed files with 0 additions and 5 deletions
|
|
@ -26,9 +26,4 @@ interface IOptions {
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getTimeout();
|
public function getTimeout();
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int $timeout
|
|
||||||
*/
|
|
||||||
public function setTimeout($timeout);
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue