Fix type hint
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 18 May 2010 17:24:32 +0000 (13:24 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 18 May 2010 17:24:32 +0000 (13:24 -0400)
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php

index 9ffefac..2e75b90 100644 (file)
@@ -51,7 +51,7 @@ class Horde_Perms_Permission_SqlObject extends Horde_Perms_Permission
      * @param Horde_Cache $cache         The cache object.
      * @param Horde_Db_Adapter_Base $db  The database object.
      */
-    public function setObs(Horde_Cache $cache, Horde_Db_Adapter_Base $db)
+    public function setObs(Horde_Cache_Base $cache, Horde_Db_Adapter_Base $db)
     {
         $this->_cache = $cache;
         $this->_db = $db;