update PHPDoc $fileInfo is a SplFileInfo

remotes/origin/ldap_group_count
Thomas Müller 2014-06-23 23:15:30 +07:00
parent 0ab66d9b48
commit fba694edae
1 changed files with 1 additions and 1 deletions

@ -411,7 +411,7 @@ class OC_Helper {
);
foreach ($files as $fileInfo) {
/** @var FilesystemIterator $fileInfo */
/** @var SplFileInfo $fileInfo */
if ($fileInfo->isDir()) {
rmdir($fileInfo->getRealPath());
} else {