From fba694edaeb7c30f4367c30d412cc4c775b95ec3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Mon, 23 Jun 2014 23:15:30 +0200 Subject: [PATCH] update PHPDoc $fileInfo is a SplFileInfo --- lib/private/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/helper.php b/lib/private/helper.php index b3e2b1ade10..f90c38d236c 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -411,7 +411,7 @@ class OC_Helper { ); foreach ($files as $fileInfo) { - /** @var FilesystemIterator $fileInfo */ + /** @var SplFileInfo $fileInfo */ if ($fileInfo->isDir()) { rmdir($fileInfo->getRealPath()); } else { -- 2.39.5