From: Hank Grabowski Date: Tue, 28 Feb 2023 18:12:11 +0000 (-0500) Subject: Remove extra lines from TimelineOrderByTypes.php to get rid of server side only forma... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80896936b22cdcb061f7d4f6137517e37c047c77;p=friendica.git Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error --- diff --git a/src/Object/Api/Mastodon/TimelineOrderByTypes.php b/src/Object/Api/Mastodon/TimelineOrderByTypes.php index 9ab5a3ccf9..a58f892733 100644 --- a/src/Object/Api/Mastodon/TimelineOrderByTypes.php +++ b/src/Object/Api/Mastodon/TimelineOrderByTypes.php @@ -27,14 +27,9 @@ namespace Friendica\Object\Api\Mastodon; abstract class TimelineOrderByTypes { const CHANGED = 'changed'; - const CREATED = 'created'; - const COMMENTED = 'commented'; - const EDITED = 'edited'; - const ID = 'id'; - const RECEIVED = 'received'; }