Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error
This commit is contained in:
parent
13672bccf4
commit
80896936b2
1 changed files with 0 additions and 5 deletions
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue