From 814874c2e0effd985c20765b1d99b61afd26c93f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 1 Jan 2011 15:37:43 -0500 Subject: [PATCH] typehint --- ansel/lib/Ansel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0