mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
all the types
This commit is contained in:
parent
515b42586e
commit
84fa890ea7
28 changed files with 330 additions and 110 deletions
|
|
@ -32,7 +32,7 @@ interface INotifyHandler {
|
|||
*
|
||||
* Note that this is a blocking process and will cause the process to block forever if not explicitly terminated
|
||||
*
|
||||
* @param callable $callback
|
||||
* @param callable(Change):?bool $callback
|
||||
*/
|
||||
public function listen(callable $callback): void;
|
||||
|
||||
|
|
@ -41,5 +41,5 @@ interface INotifyHandler {
|
|||
*
|
||||
* Note that any pending changes will be discarded
|
||||
*/
|
||||
public function stop();
|
||||
public function stop(): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue