From 627be983b2abc6cfa377d3b8a9d7d76e02a317d9 Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Sat, 17 Jul 2021 11:55:02 +1200 Subject: [PATCH] PATCH: fix docblock for FIle::find --- src/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/File.php b/src/File.php index cb2a7187..6ee1feb5 100644 --- a/src/File.php +++ b/src/File.php @@ -298,7 +298,7 @@ public function exists() * Find a File object by the given filename. * * @param string $filename Filename to search for, including any custom parent directories. - * @return File + * @return File|null */ public static function find($filename) {