diff --git a/lib/functions.php b/lib/functions.php index 543454c..f94a1f7 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -40,7 +40,7 @@ function driver() { * * @param string $path * @param string $mode - * @return \Amp\File\Handle + * @return \Amp\Promise<\Amp\File\Handle> */ function open($path, $mode) { return filesystem()->open($path, $mode);