Make optional arguments for getNoticeIds explicit
This commit is contained in:
parent
c5ef1e661e
commit
fc7d74050f
@ -62,7 +62,7 @@ class ProfileNoticeStream extends ScopingNoticeStream
|
|||||||
$userProfile);
|
$userProfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getNoticeIds($offset, $limit, $since_id, $max_id)
|
function getNoticeIds($offset, $limit, $sinceId = null, $maxId = null)
|
||||||
{
|
{
|
||||||
if ($this->impossibleStream()) {
|
if ($this->impossibleStream()) {
|
||||||
return array();
|
return array();
|
||||||
|
Loading…
Reference in New Issue
Block a user