mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
CS fixes
This commit is contained in:
@@ -38,4 +38,3 @@ class PurgeExpiredGdprExports extends Command
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -33,4 +33,3 @@ class GdprAuditService
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -191,6 +191,7 @@ class GdprExportService
|
||||
->map(fn (Payment $payment): array => $this->modelToArray($payment))
|
||||
->all();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param list<string> $redactedColumns
|
||||
* @return array<int, array<string, mixed>>
|
||||
|
||||
Reference in New Issue
Block a user