Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error
This commit is contained in:
@@ -27,14 +27,9 @@ namespace Friendica\Object\Api\Mastodon;
|
|||||||
abstract class TimelineOrderByTypes
|
abstract class TimelineOrderByTypes
|
||||||
{
|
{
|
||||||
const CHANGED = 'changed';
|
const CHANGED = 'changed';
|
||||||
|
|
||||||
const CREATED = 'created';
|
const CREATED = 'created';
|
||||||
|
|
||||||
const COMMENTED = 'commented';
|
const COMMENTED = 'commented';
|
||||||
|
|
||||||
const EDITED = 'edited';
|
const EDITED = 'edited';
|
||||||
|
|
||||||
const ID = 'id';
|
const ID = 'id';
|
||||||
|
|
||||||
const RECEIVED = 'received';
|
const RECEIVED = 'received';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user