Skip to content
Snippets Groups Projects
Commit fba694ed authored by Thomas Müller's avatar Thomas Müller
Browse files

update PHPDoc $fileInfo is a SplFileInfo

parent 0ab66d9b
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ class OC_Helper {
);
foreach ($files as $fileInfo) {
/** @var FilesystemIterator $fileInfo */
/** @var SplFileInfo $fileInfo */
if ($fileInfo->isDir()) {
rmdir($fileInfo->getRealPath());
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment