]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cachingnoticestream.php
Whitespace updates.
[quix0rs-gnu-social.git] / lib / cachingnoticestream.php
index 0b5aa33a376e8fc774a55ed01af67bfdc2898ba9..f8ab2a85afb4388846a00c8dd5185f251d462c5f 100644 (file)
@@ -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();