aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database/Adapter/Null/Indexer.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Database/Adapter/Null/Indexer.php')
-rw-r--r--src/phorkie/Database/Adapter/Null/Indexer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phorkie/Database/Adapter/Null/Indexer.php b/src/phorkie/Database/Adapter/Null/Indexer.php
index 3b0c990..4ad63f1 100644
--- a/src/phorkie/Database/Adapter/Null/Indexer.php
+++ b/src/phorkie/Database/Adapter/Null/Indexer.php
@@ -3,11 +3,11 @@ namespace phorkie;
class Database_Adapter_Null_Indexer
{
- public function addRepo(Repository $repo, $crdate = null)
+ public function addRepo(Repository $repo, $crdate = null, $modate = null)
{
}
- public function updateRepo(Repository $repo, $crdate = null)
+ public function updateRepo(Repository $repo, $crdate = null, $modate = null)
{
}