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();