From: Sjors van der Pluijm Date: Mon, 28 Apr 2014 17:52:06 +0000 (+0200) Subject: refs #8376; spaces=>tabs X-Git-Tag: v7.0.0alpha2~320^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8a287f5bbb07d1c472af83bfe600067b13c7406;p=nextcloud-server.git refs #8376; spaces=>tabs --- diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php index f995cb00c7a..07691661644 100644 --- a/lib/private/files/storage/mappedlocal.php +++ b/lib/private/files/storage/mappedlocal.php @@ -41,7 +41,7 @@ class MappedLocal extends \OC\Files\Storage\Common{ ); /** * RecursiveDirectoryIterator on an NFS path isn't iterable with foreach - * This bug is fixed in PHP 5.5.9 or before + * This bug is fixed in PHP 5.5.9 or before * See #8376 */ $it->rewind();