Some more standards
This commit is contained in:
@@ -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']);
|
||||||
|
|||||||
Reference in New Issue
Block a user