projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591aea0
)
Fix signatures.
author
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 17:29:09 +0000
(18:29 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 20:35:18 +0000
(21:35 +0100)
framework/History/lib/Horde/History/Mock.php
patch
|
blob
|
history
diff --git
a/framework/History/lib/Horde/History/Mock.php
b/framework/History/lib/Horde/History/Mock.php
index
71f2f40
..
2e67d3e
100644
(file)
--- 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;