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
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-04-02 12:20:38 +0300
committerOlivier Paroz <github@oparoz.com>2015-06-26 16:22:24 +0300
commit2bdd6aa31d2e9103aa3d3639b4b771401efd0fb5 (patch)
treece2e999b740a77f64c9b509e5857e2cc72307468 /preview
parentbe4735162ffba063b680c781dddf18103ab0687d (diff)
Formatting and PHPDoc
Diffstat (limited to 'preview')
-rw-r--r--preview/preview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/preview/preview.php b/preview/preview.php
index a14b2756..8faaaa1e 100644
--- a/preview/preview.php
+++ b/preview/preview.php
@@ -114,7 +114,7 @@ class Preview {
* @param int $maxHeight
* @param bool $keepAspect
*
- * @return array
+ * @return array|false
*/
public function preparePreview($maxWidth, $maxHeight, $keepAspect) {
$this->dims = [$maxWidth, $maxHeight];