1
0
mirror of https://github.com/danog/file.git synced 2025-01-22 13:21:13 +01:00

fixed phpdoc

This commit is contained in:
Markus Staab 2015-08-05 16:59:26 +02:00
parent 130303aeee
commit 9a036c0775

View File

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