From 10f392408c0493c31e6461b5954c7b7945f99247 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 22 Sep 2018 13:17:50 +0200 Subject: [PATCH] Fix return type hint --- System/File/Local/Directory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 79d7b434b..62c64bdae 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -71,7 +71,7 @@ final class Directory extends FileAbstract implements DirectoryInterface * @param string $path Path * @param string $filter Filter * - * @return array + * @return array * * @since 1.0.0 */ @@ -105,7 +105,7 @@ final class Directory extends FileAbstract implements DirectoryInterface * @param string $extension Extension * @param string $exclude Pattern to exclude * - * @return array + * @return array * * @since 1.0.0 */