From: Philipp Date: Sat, 27 Nov 2021 19:41:11 +0000 (+0100) Subject: Make PHP-CS happy :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b3540af0ebeac4e16cea1b05cc6e52c95f1851d;p=friendica.git Make PHP-CS happy :) --- diff --git a/tests/src/Module/Api/Mastodon/Timelines/HomeTest.php b/tests/src/Module/Api/Mastodon/Timelines/HomeTest.php index 34241724ae..74b32ba798 100644 --- a/tests/src/Module/Api/Mastodon/Timelines/HomeTest.php +++ b/tests/src/Module/Api/Mastodon/Timelines/HomeTest.php @@ -66,6 +66,4 @@ class HomeTest extends ApiTest // $result = api_statuses_home_timeline('rss'); // self::assertXml($result, 'statuses'); } - - }