diff options
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/helper.php b/apps/files/lib/helper.php index 7e0f47bf84f..58d0886a636 100644 --- a/apps/files/lib/helper.php +++ b/apps/files/lib/helper.php @@ -167,7 +167,7 @@ class Helper /** * Sort the given file info array * - * @param \OCP\Files\FileInfo[] files to sort + * @param \OCP\Files\FileInfo[] $files files to sort * @param string $sortAttribute attribute to sort on * @param bool $sortDescending true for descending sort, false otherwise * @return \OCP\Files\FileInfo[] sorted files |