diff --git a/src/Module/Settings/UserExport.php b/src/Module/Settings/UserExport.php index 1b7bfe8f0e..4bff27095d 100644 --- a/src/Module/Settings/UserExport.php +++ b/src/Module/Settings/UserExport.php @@ -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";