This is not necessarily an array
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 3 Aug 2010 04:38:49 +0000 (22:38 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 3 Aug 2010 04:38:49 +0000 (22:38 -0600)
framework/Core/lib/Horde/Core/Factory/TextFilter.php

index a1f4ae5..ee846ab 100644 (file)
@@ -70,7 +70,7 @@ class Horde_Core_Factory_TextFilter
      *
      * @return string  The transformed text.
      */
-    public function filter($text, $filters = array(), array $params = array())
+    public function filter($text, $filters = array(), $params = array())
     {
         if (!is_array($filters)) {
             $filters = array($filters);