From 586b6cc043c30c281d56c7c36314d376efb87de9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 3 Dec 2009 18:29:09 +0100 Subject: [PATCH] Fix signatures. --- framework/History/lib/Horde/History/Mock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0