From: Jan Schneider Date: Thu, 3 Dec 2009 17:29:09 +0000 (+0100) Subject: Fix signatures. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=586b6cc043c30c281d56c7c36314d376efb87de9;p=horde.git Fix signatures. --- diff --git a/framework/History/lib/Horde/History/Mock.php b/framework/History/lib/Horde/History/Mock.php index 71f2f4057..2e67d3e36 100644 --- a/framework/History/lib/Horde/History/Mock.php +++ b/framework/History/lib/Horde/History/Mock.php @@ -146,7 +146,7 @@ class Horde_History_Mock extends Horde_History * * @throws Horde_Exception */ - public function _getByTimestamp($cmp, $ts, $filters = array(), + public function _getByTimestamp($cmp, $ts, array $filters = array(), $parent = null) { $result = array(); @@ -227,7 +227,7 @@ class Horde_History_Mock extends Horde_History * * @throws Horde_Exception */ - public function removeByNames($names) + public function removeByNames(array $names) { if (!count($names)) { return true;