From a7ae2e874a28aed2c190840634db50a19ab1d2e7 Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Sun, 11 May 2014 18:28:45 +0100 Subject: Squash 'a | b' into 'a|b', in /lib --- lib/private/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files.php') 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)) { -- cgit v1.2.3