diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index f09f899d4f2..ab88404b70c 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.php @@ -81,7 +81,7 @@ interface IStorage { * see https://www.php.net/manual/en/function.stat.php * only the following keys are required in the result: size and mtime * - * @return array|false + * @return array|false * @since 9.0.0 */ public function stat(string $path);