From f814479b8e6bfe0e4c0cc3ca16c2e637caed4873 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 2 Nov 2025 02:31:01 +0100 Subject: [PATCH] CS fixes --- app/Console/Commands/UpdatePostProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/UpdatePostProcess.php b/app/Console/Commands/UpdatePostProcess.php index 35d798716..45e790232 100644 --- a/app/Console/Commands/UpdatePostProcess.php +++ b/app/Console/Commands/UpdatePostProcess.php @@ -59,7 +59,7 @@ class UpdatePostProcess extends Command try { $nntp = $this->validTypes[$type] ? $this->getNntp() : null; - $postProcess = new PostProcess(); + $postProcess = new PostProcess; match ($type) { 'all' => $postProcess->processAll($nntp),