Make optional arguments for getNoticeIds explicit
This commit is contained in:
parent
c5ef1e661e
commit
fc7d74050f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user