[Pkg-owncloud-commits] [owncloud] 30/67: update PHPDoc $fileInfo is a SplFileInfo

David Prévot taffit at moszumanska.debian.org
Fri Jun 27 23:58:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit fba694edaeb7c30f4367c30d412cc4c775b95ec3
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon Jun 23 23:15:30 2014 +0200

    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 b3e2b1a..f90c38d 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list