From: Michael J. Rubinsky Date: Sat, 1 Jan 2011 20:37:43 +0000 (-0500) Subject: typehint X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=814874c2e0effd985c20765b1d99b61afd26c93f;p=horde.git typehint --- diff --git a/ansel/lib/Ansel.php b/ansel/lib/Ansel.php index 1d011b560..223f363c4 100644 --- a/ansel/lib/Ansel.php +++ b/ansel/lib/Ansel.php @@ -359,7 +359,7 @@ class Ansel * * @return Horde_Url The image path. */ - static public function getImageUrl($imageId, $view = 'screen', $full = false, $style = null) + static public function getImageUrl($imageId, $view = 'screen', $full = false, Ansel_Style $style = null) { global $conf;