Skip to content

Commit 140624d

Browse files
committed
composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent d36a1a7 commit 140624d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/private/Files/View.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,8 @@ public function getDirectoryContent($directory, $mimetype_filter = '') {
14641464
return $content->getName();
14651465
}, $contents);
14661466
/**
1467-
* @var \OC\Files\FileInfo[] $fileInfos
1468-
*/
1467+
* @var \OC\Files\FileInfo[] $fileInfos
1468+
*/
14691469
$fileInfos = array_map(function (ICacheEntry $content) use ($path, $storage, $mount, $sharingDisabled) {
14701470
if ($sharingDisabled) {
14711471
$content['permissions'] = $content['permissions'] & ~\OCP\Constants::PERMISSION_SHARE;

0 commit comments

Comments
 (0)