Some more standards

This commit is contained in:
Michael 2021-11-24 23:28:06 +00:00
parent 260ee13d07
commit 556bcfe78f
4 changed files with 14 additions and 14 deletions

View File

@ -44,7 +44,7 @@ class HomeTimeline extends BaseApi
// params
$count = $_REQUEST['count'] ?? 20;
$page = $_REQUEST['page']?? 0;
$page = $_REQUEST['page'] ?? 0;
$since_id = $_REQUEST['since_id'] ?? 0;
$max_id = $_REQUEST['max_id'] ?? 0;
$exclude_replies = !empty($_REQUEST['exclude_replies']);