From 6d6db77f06ab00b05ab3cf5aaecc2a931dc8a319 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 4 May 2016 11:44:14 +0200 Subject: [PATCH] Documentation update in File class file --- classes/File.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/File.php b/classes/File.php index 4489b4ecc1..c85d919fd7 100644 --- a/classes/File.php +++ b/classes/File.php @@ -478,6 +478,8 @@ class File extends Managed_DataObject * @param $width int Max width of thumbnail in pixels. (if null, use common_config values) * @param $height int Max height of thumbnail in pixels. (if null, square-crop to $width) * @param $crop bool Crop to the max-values' aspect ratio + * @param $force_still bool Don't allow fallback to showing original (such as animated GIF) + * @param $upscale mixed Whether or not to scale smaller images up to larger thumbnail sizes. (null = site default) * * @return File_thumbnail *