improve doc

This commit is contained in:
Dennis Eichhorn 2020-02-25 20:40:21 +01:00
parent b1d4588de1
commit c79a711fd3

View File

@ -66,12 +66,12 @@ final class Directory extends FileAbstract implements LocalContainerInterface, D
} }
/** /**
* List all files in directory. * List all files in directory recursively.
* *
* @param string $path Path * @param string $path Path
* @param string $filter Filter * @param string $filter Filter
* *
* @return string[] * @return string[] Array of files and directory with relative path to $path
* *
* @since 1.0.0 * @since 1.0.0
*/ */