there was no App
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 14:07:29 +0000 (15:07 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 14:07:29 +0000 (15:07 +0100)
src/Module/Settings/UserExport.php

index 1b7bfe8..4bff270 100644 (file)
@@ -146,10 +146,8 @@ class UserExport extends BaseSettingsModule
 
        /**
         * Export a list of the contacts as CSV file as e.g. Mastodon and Pleroma are doing.
-        *
-        * @param App $a the app data
         **/
-       private static function exportContactsAsCSV(App $a)
+       private static function exportContactsAsCSV()
        {
                // write the table header (like Mastodon)
                echo "Account address, Show boosts\n";