Some more standards
This commit is contained in:
parent
260ee13d07
commit
556bcfe78f
4 changed files with 14 additions and 14 deletions
|
@ -44,7 +44,7 @@ class HomeTimeline extends BaseApi
|
||||||
|
|
||||||
// params
|
// params
|
||||||
$count = $_REQUEST['count'] ?? 20;
|
$count = $_REQUEST['count'] ?? 20;
|
||||||
$page = $_REQUEST['page']?? 0;
|
$page = $_REQUEST['page'] ?? 0;
|
||||||
$since_id = $_REQUEST['since_id'] ?? 0;
|
$since_id = $_REQUEST['since_id'] ?? 0;
|
||||||
$max_id = $_REQUEST['max_id'] ?? 0;
|
$max_id = $_REQUEST['max_id'] ?? 0;
|
||||||
$exclude_replies = !empty($_REQUEST['exclude_replies']);
|
$exclude_replies = !empty($_REQUEST['exclude_replies']);
|
||||||
|
|
Loading…
Reference in a new issue