From 0577bf7f63125797d3da5b3cf7ea8beeb499f69a Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 14 Aug 2016 20:42:33 +0200 Subject: [PATCH] Fix return type docs for open --- lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);