]> git.mxchange.org Git - friendica.git/commitdiff
Coding standards
authorMichael <heluecht@pirati.ca>
Tue, 18 May 2021 07:23:18 +0000 (07:23 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 18 May 2021 07:23:18 +0000 (07:23 +0000)
src/Module/Api/Mastodon/Search.php

index d8bd26137ec80bd764de2cedd2cc843340f4dca6..45514428f3e0be9962c27f148f60196a032da624 100644 (file)
@@ -46,8 +46,8 @@ class Search extends BaseApi
                self::login(self::SCOPE_READ);
                $uid = self::getCurrentUserID();
 
-               $request = self::getRequest(
-                       ['max_id' => 0, 'min_id' => 0, 'account_id' => 0, 'type' => '', 'exclude_unreviewed' => false,
+               $request = self::getRequest([
+                       'max_id'  => 0, 'min_id' => 0, 'account_id' => 0, 'type' => '', 'exclude_unreviewed' => false,
                        'resolve' => false, 'q' => '', 'limit' => 20, 'offset' => 0, 'following' => false]);
 
                // If provided, statuses returned will be authored only by this account