mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
update PHPDoc $fileInfo is a SplFileInfo
This commit is contained in:
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue