From 9a036c0775c0f87941f895fc74be39b5f1990642 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 5 Aug 2015 16:59:26 +0200 Subject: [PATCH] fixed phpdoc --- lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.php b/lib/functions.php index 5582025..c346b80 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -22,7 +22,7 @@ function filesystem(Driver $assign = null) { /** * Create a new filesystem driver best-suited for the current environment * - * @return \Amp\Fs\File + * @return \Amp\Fs\Driver */ function driver() { $reactor = \Amp\reactor();