summaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-11 18:28:45 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 19:08:14 +0100
commita7ae2e874a28aed2c190840634db50a19ab1d2e7 (patch)
tree1e86370be647a8845bf2ac11c0287def1f3802db /lib/private/files.php
parentb5bc37d2e40aba0ab8d3e72e7f7075352839096d (diff)
downloadnextcloud-server-a7ae2e874a28aed2c190840634db50a19ab1d2e7.tar.gz
nextcloud-server-a7ae2e874a28aed2c190840634db50a19ab1d2e7.zip
Squash 'a | b' into 'a|b', in /lib
Diffstat (limited to 'lib/private/files.php')
-rw-r--r--lib/private/files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files.php b/lib/private/files.php
index c435f8d1684..7c437a16a98 100644
--- a/lib/private/files.php
+++ b/lib/private/files.php
@@ -225,7 +225,7 @@ class OC_Files {
* checks if the selected files are within the size constraint. If not, outputs an error page.
*
* @param string $dir
- * @param array | string $files
+ * @param array|string $files
*/
static function validateZipDownload($dir, $files) {
if (!OC_Config::getValue('allowZipDownload', true)) {