]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cachingnoticestream.php
Whitespace updates.
[quix0rs-gnu-social.git] / lib / cachingnoticestream.php
index a1b3b3fe82d77efe216b1e0fc5b314948f20d6d5..f8ab2a85afb4388846a00c8dd5185f251d462c5f 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * A stream of notices
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
@@ -58,7 +58,7 @@ class CachingNoticeStream extends NoticeStream
         $this->cachekey = $cachekey;
     }
 
-    function getNoticeIds($offset=0, $limit=20, $sinceId=0, $maxId=0)
+    function getNoticeIds($offset, $limit, $sinceId, $maxId)
     {
         $cache = Cache::instance();