From: Sjors van der Pluijm Date: Tue, 29 Apr 2014 12:59:47 +0000 (+0200) Subject: refs #8376; spaces=>tabs X-Git-Tag: v7.0.0alpha2~320^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49822dfcdb752428b43040a26d97c5e52ecf3458;p=nextcloud-server.git refs #8376; spaces=>tabs --- diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 495532561ea..173eb2164cf 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -883,7 +883,7 @@ class Trashbin { $iterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($root), \RecursiveIteratorIterator::CHILD_FIRST); $size = 0; - /** + /** * RecursiveDirectoryIterator on an NFS path isn't iterable with foreach * This bug is fixed in PHP 5.5.9 or before * See #8376