typehint
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Jan 2011 20:37:43 +0000 (15:37 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Jan 2011 20:37:43 +0000 (15:37 -0500)
ansel/lib/Ansel.php

index 1d011b5..223f363 100644 (file)
@@ -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;