Make optional arguments for getNoticeIds explicit

This commit is contained in:
Evan Prodromou 2013-04-30 09:56:14 -04:00
parent c5ef1e661e
commit fc7d74050f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ProfileNoticeStream extends ScopingNoticeStream
$userProfile);
}
function getNoticeIds($offset, $limit, $since_id, $max_id)
function getNoticeIds($offset, $limit, $sinceId = null, $maxId = null)
{
if ($this->impossibleStream()) {
return array();