Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOlivier Paroz (oparoz) <github@oparoz.com>2017-04-23 19:36:18 +0300
committerOlivier Paroz (oparoz) <github@oparoz.com>2017-04-23 19:36:18 +0300
commit4114cdace86a78d66868db25bc0da2b79a414216 (patch)
tree768c27cce865b7bd687ada90eb000246532c6b76 /lib
parent09321908576882417ffbb4e127dc09356b62c6f3 (diff)
Minor config changes
Signed-off-by: Olivier Paroz (oparoz) <github@oparoz.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/Preview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/Preview.php b/lib/Controller/Preview.php
index 60f88ddf..06f4cbcd 100644
--- a/lib/Controller/Preview.php
+++ b/lib/Controller/Preview.php
@@ -181,7 +181,7 @@ trait Preview {
*
* @param $status
*
- * @return array<null,int>
+ * @return array<null|int>
*/
private function getErrorData($status = Http::STATUS_INTERNAL_SERVER_ERROR) {
return [null, $status];