diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-12-23 23:16:30 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-12-23 23:16:30 -0800 |
commit | 2b83918efd387dac1b86667a6c9027758dd4dbef (patch) | |
tree | 1da919c332d5faf11bfebeb2ddb98409b40a6ebd /modules/gallery/helpers/gallery_graphics.php | |
parent | 032e6fde5f99c3150a4ae70e410ce314d8c3877a (diff) |
Fix PHPDoc for composite().
Diffstat (limited to 'modules/gallery/helpers/gallery_graphics.php')
-rw-r--r-- | modules/gallery/helpers/gallery_graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_graphics.php b/modules/gallery/helpers/gallery_graphics.php index 6038a95b..fca18076 100644 --- a/modules/gallery/helpers/gallery_graphics.php +++ b/modules/gallery/helpers/gallery_graphics.php @@ -75,7 +75,7 @@ class gallery_graphics_Core { /** * Overlay an image on top of the input file. * - * Valid options are: file, mime_type, position, transparency_percent, padding + * Valid options are: file, position, transparency, padding * * Valid positions: northwest, north, northeast, * west, center, east, |