update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
use Safe\Exceptions\InotifyException;
|
||||
|
||||
/**
|
||||
* Initialize an inotify instance for use with
|
||||
* inotify_add_watch
|
||||
*
|
||||
* @return resource A stream resource.
|
||||
* @return resource
|
||||
* @throws InotifyException
|
||||
*
|
||||
*/
|
||||
@@ -24,13 +21,8 @@ function inotify_init()
|
||||
|
||||
|
||||
/**
|
||||
* inotify_rm_watch removes the watch
|
||||
* watch_descriptor from the inotify instance
|
||||
* inotify_instance.
|
||||
*
|
||||
* @param resource $inotify_instance Resource returned by
|
||||
* inotify_init
|
||||
* @param int $watch_descriptor Watch to remove from the instance
|
||||
* @param resource $inotify_instance
|
||||
* @param int $watch_descriptor
|
||||
* @throws InotifyException
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user