Skip to content

Commit d2b6c87

Browse files
committed
add available classes
1 parent 59dba1a commit d2b6c87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ class RecommendedWatcher
3030

3131
public function add(string $path, bool $recursive = true): void;
3232

33+
/**
34+
* @param callable(Event): void $handle
35+
* @return void
36+
*/
3337
public function watch(callable $handle): void;
3438
}
3539

0 commit comments

Comments
 (0)